C# 클래스 AkChannelConfig, examples

상속: IDisposable
파일 보기 프로젝트 열기: enzienaudio/examples 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AkChannelConfig ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( AkChannelConfig, obj ) : IntPtr

메소드 상세

AkChannelConfig() 공개 메소드

public AkChannelConfig ( ) : System
리턴 System

AkChannelConfig() 공개 메소드

public AkChannelConfig ( uint in_uNumChannels, uint in_uChannelMask ) : System
in_uNumChannels uint
in_uChannelMask uint
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Deserialize() 공개 메소드

public Deserialize ( uint in_uChannelConfig ) : void
in_uChannelConfig uint
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsChannelConfigSupported() 공개 메소드

public IsChannelConfigSupported ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

RemoveCenter() 공개 메소드

public RemoveCenter ( ) : AkChannelConfig,
리턴 AkChannelConfig,

RemoveLFE() 공개 메소드

public RemoveLFE ( ) : AkChannelConfig,
리턴 AkChannelConfig,

Serialize() 공개 메소드

public Serialize ( ) : uint
리턴 uint

SetAmbisonic() 공개 메소드

public SetAmbisonic ( uint in_uNumChannels ) : void
in_uNumChannels uint
리턴 void

SetAnonymous() 공개 메소드

public SetAnonymous ( uint in_uNumChannels ) : void
in_uNumChannels uint
리턴 void

SetStandard() 공개 메소드

public SetStandard ( uint in_uChannelMask ) : void
in_uChannelMask uint
리턴 void

SetStandardOrAnonymous() 공개 메소드

public SetStandardOrAnonymous ( uint in_uNumChannels, uint in_uChannelMask ) : void
in_uNumChannels uint
in_uChannelMask uint
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool