C# 클래스 AkCallbackSerializer, examples

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
AkCallbackSerializer ( ) : System
AudioSourceChangeCallbackFunc ( bool in_bOtherAudioPlaying, object in_pCookie ) : AKRESULT
Dispose ( ) : void
Init ( IntPtr in_pMemory, uint in_uSize ) : AKRESULT
Lock ( ) : IntPtr
SetLocalOutput ( uint in_uErrorLevel ) : void
Term ( ) : void
Unlock ( ) : void

비공개 메소드들

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

메소드 상세

AkCallbackSerializer() 공개 메소드

public AkCallbackSerializer ( ) : System
리턴 System

AudioSourceChangeCallbackFunc() 공개 정적인 메소드

public static AudioSourceChangeCallbackFunc ( bool in_bOtherAudioPlaying, object in_pCookie ) : AKRESULT
in_bOtherAudioPlaying bool
in_pCookie object
리턴 AKRESULT

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 정적인 메소드

public static Init ( IntPtr in_pMemory, uint in_uSize ) : AKRESULT
in_pMemory IntPtr
in_uSize uint
리턴 AKRESULT

Lock() 공개 정적인 메소드

public static Lock ( ) : IntPtr
리턴 IntPtr

SetLocalOutput() 공개 정적인 메소드

public static SetLocalOutput ( uint in_uErrorLevel ) : void
in_uErrorLevel uint
리턴 void

Term() 공개 정적인 메소드

public static Term ( ) : void
리턴 void

Unlock() 공개 정적인 메소드

public static Unlock ( ) : void
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool