C# Class WaveLib.WaveInBuffer

Inheritance: IDisposable
Datei anzeigen Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
NextBuffer WaveInBuffer

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Record() public method

public Record ( ) : bool
return bool

WaitFor() public method

public WaitFor ( ) : void
return void

WaveInBuffer() public method

public WaveInBuffer ( IntPtr waveInHandle, int size ) : System
waveInHandle System.IntPtr
size int
return System

Property Details

NextBuffer public_oe property

public WaveInBuffer,WaveLib NextBuffer
return WaveInBuffer