C# Class AkChannelConfig, examples

Inheritance: IDisposable
显示文件 Open project: enzienaudio/examples Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
AkChannelConfig ( ) : System
AkChannelConfig ( uint in_uNumChannels, uint in_uChannelMask ) : System
Clear ( ) : void
Deserialize ( uint in_uChannelConfig ) : void
Dispose ( ) : void
IsChannelConfigSupported ( ) : bool
IsValid ( ) : bool
RemoveCenter ( ) : AkChannelConfig,
RemoveLFE ( ) : AkChannelConfig,
Serialize ( ) : uint
SetAmbisonic ( uint in_uNumChannels ) : void
SetAnonymous ( uint in_uNumChannels ) : void
SetStandard ( uint in_uChannelMask ) : void
SetStandardOrAnonymous ( uint in_uNumChannels, uint in_uChannelMask ) : void

Private Methods

Method Description
AkChannelConfig ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( AkChannelConfig, obj ) : IntPtr

Method Details

AkChannelConfig() public method

public AkChannelConfig ( ) : System
return System

AkChannelConfig() public method

public AkChannelConfig ( uint in_uNumChannels, uint in_uChannelMask ) : System
in_uNumChannels uint
in_uChannelMask uint
return System

Clear() public method

public Clear ( ) : void
return void

Deserialize() public method

public Deserialize ( uint in_uChannelConfig ) : void
in_uChannelConfig uint
return void

Dispose() public method

public Dispose ( ) : void
return void

IsChannelConfigSupported() public method

public IsChannelConfigSupported ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

RemoveCenter() public method

public RemoveCenter ( ) : AkChannelConfig,
return AkChannelConfig,

RemoveLFE() public method

public RemoveLFE ( ) : AkChannelConfig,
return AkChannelConfig,

Serialize() public method

public Serialize ( ) : uint
return uint

SetAmbisonic() public method

public SetAmbisonic ( uint in_uNumChannels ) : void
in_uNumChannels uint
return void

SetAnonymous() public method

public SetAnonymous ( uint in_uNumChannels ) : void
in_uNumChannels uint
return void

SetStandard() public method

public SetStandard ( uint in_uChannelMask ) : void
in_uChannelMask uint
return void

SetStandardOrAnonymous() public method

public SetStandardOrAnonymous ( uint in_uNumChannels, uint in_uChannelMask ) : void
in_uNumChannels uint
in_uChannelMask uint
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool