C# Class Sharpex2D.Audio.WaveOut.WaveOutBuffer

Inheritance: IDisposable
Mostra file Open project: ThuCommix/Sharpex2D

Public Methods

Method 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 method

Disposes the object.
public Dispose ( ) : void
return void

Dispose() public method

Disposes the object.
public Dispose ( bool disposing ) : void
disposing bool The disposing state.
return void

Initialize() public method

Initializes the buffer.
public Initialize ( ) : void
return void

WaveOutBuffer() public method

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

WriteData() public method

Writes data to the buffer.
public WriteData ( ) : bool
return bool