C# Class WaveLib.WaveOutPlayer

Inheritance: IDisposable
Exibir arquivo Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Disposing bool

Public Methods

Method Description
Dispose ( ) : void
Stop ( ) : void
WaveOutPlayer ( int device, WaveFormat format, int bufferSize, int bufferCount, BufferFillEventHandler fillProc ) : System

Private Methods

Method Description
Advance ( ) : void
AllocateBuffers ( int bufferSize, int bufferCount ) : void
FreeBuffers ( ) : void
ThreadProc ( ) : void
WaitForAllBuffers ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WaveOutPlayer() public method

public WaveOutPlayer ( int device, WaveFormat format, int bufferSize, int bufferCount, BufferFillEventHandler fillProc ) : System
device int
format WaveFormat
bufferSize int
bufferCount int
fillProc BufferFillEventHandler
return System

Property Details

Disposing public_oe property

public bool Disposing
return bool