C# Class WaveLib.WaveOutPlayer

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

Méthodes publiques

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

Méthodes publiques

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

Private Methods

Méthode Description
Advance ( ) : void
AllocateBuffers ( int bufferSize, int bufferCount ) : void
FreeBuffers ( ) : void
ThreadProc ( ) : void
WaitForAllBuffers ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WaveOutPlayer() public méthode

public WaveOutPlayer ( int device, WaveFormat format, int bufferSize, int bufferCount, BufferFillEventHandler fillProc ) : System
device int
format WaveFormat
bufferSize int
bufferCount int
fillProc BufferFillEventHandler
Résultat System

Property Details

Disposing public_oe property

public bool Disposing
Résultat bool