C# Class WaveLib.WaveOutBuffer

Inheritance: IDisposable
Mostra file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
NextBuffer WaveOutBuffer

Public Methods

Method Description
Dispose ( ) : void
OnCompleted ( ) : void
Play ( ) : bool
WaitFor ( ) : void
WaveOutBuffer ( IntPtr waveOutHandle, int size ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnCompleted() public method

public OnCompleted ( ) : void
return void

Play() public method

public Play ( ) : bool
return bool

WaitFor() public method

public WaitFor ( ) : void
return void

WaveOutBuffer() public method

public WaveOutBuffer ( IntPtr waveOutHandle, int size ) : System
waveOutHandle System.IntPtr
size int
return System

Property Details

NextBuffer public_oe property

public WaveOutBuffer,WaveLib NextBuffer
return WaveOutBuffer