C# Class AkCallbackSerializer, examples

Inheritance: IDisposable
Afficher le fichier Open project: enzienaudio/examples Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AkCallbackSerializer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( AkCallbackSerializer, obj ) : IntPtr

Method Details

AkCallbackSerializer() public méthode

public AkCallbackSerializer ( ) : System
Résultat System

AudioSourceChangeCallbackFunc() public static méthode

public static AudioSourceChangeCallbackFunc ( bool in_bOtherAudioPlaying, object in_pCookie ) : AKRESULT
in_bOtherAudioPlaying bool
in_pCookie object
Résultat AKRESULT

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public static méthode

public static Init ( IntPtr in_pMemory, uint in_uSize ) : AKRESULT
in_pMemory IntPtr
in_uSize uint
Résultat AKRESULT

Lock() public static méthode

public static Lock ( ) : IntPtr
Résultat IntPtr

SetLocalOutput() public static méthode

public static SetLocalOutput ( uint in_uErrorLevel ) : void
in_uErrorLevel uint
Résultat void

Term() public static méthode

public static Term ( ) : void
Résultat void

Unlock() public static méthode

public static Unlock ( ) : void
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool