C# Class WaveLib.WaveInBuffer

Inheritance: IDisposable
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
NextBuffer WaveInBuffer

Méthodes publiques

Méthode Description
Dispose ( ) : void
Record ( ) : bool
WaitFor ( ) : void
WaveInBuffer ( IntPtr waveInHandle, int size ) : System

Private Methods

Méthode Description
OnCompleted ( ) : void
WaveInProc ( IntPtr hdrvr, int uMsg, int dwUser, WaveNative &wavhdr, int dwParam2 ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Record() public méthode

public Record ( ) : bool
Résultat bool

WaitFor() public méthode

public WaitFor ( ) : void
Résultat void

WaveInBuffer() public méthode

public WaveInBuffer ( IntPtr waveInHandle, int size ) : System
waveInHandle System.IntPtr
size int
Résultat System

Property Details

NextBuffer public_oe property

public WaveInBuffer,WaveLib NextBuffer
Résultat WaveInBuffer