C# Class Sharpex2D.Audio.WaveOut.WaveOutBuffer

Inheritance: IDisposable
Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the object.

Dispose ( bool disposing ) : void

Disposes the object.

Initialize ( ) : void

Initializes the buffer.

WaveOutBuffer ( WaveOut waveOut, int bufferSize ) : System

Initializes a new WaveOutBuffer class.

WriteData ( ) : bool

Writes data to the buffer.

Method Details

Dispose() public méthode

Disposes the object.
public Dispose ( ) : void
Résultat void

Dispose() public méthode

Disposes the object.
public Dispose ( bool disposing ) : void
disposing bool The disposing state.
Résultat void

Initialize() public méthode

Initializes the buffer.
public Initialize ( ) : void
Résultat void

WaveOutBuffer() public méthode

Initializes a new WaveOutBuffer class.
public WaveOutBuffer ( WaveOut waveOut, int bufferSize ) : System
waveOut WaveOut The WaveOut.
bufferSize int The BufferSize.
Résultat System

WriteData() public méthode

Writes data to the buffer.
public WriteData ( ) : bool
Résultat bool