Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the object.
|
|
Initialize ( byte audioData, WaveFormat format ) : void |
Initializes the OpenALAudioBuffer class.
|
|
Initialize ( byte audioData, WaveFormat format, int latency ) : void |
Initializes the OpenALAudioBuffer class.
|
|
OpenALAudioBuffer ( OpenALAudioFormat format, |
Initializes a new OpenALAudioBuffer class.
|
|
Pause ( ) : void |
Pause the playback.
|
|
Play ( ) : void |
Starts the playback.
|
|
Resume ( ) : void |
Resumes the playback.
|
|
Seek ( long position ) : void |
Seeks the source to the given position.
|
|
Stop ( ) : void |
Stops the playback.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes the object.
|
Method | Description | |
---|---|---|
FillBuffer ( |
Fills the buffer.
|
|
RaisePlaybackChanged ( ) : void |
Raises the PlaybackChanged event.
|
|
StartPlayback ( ) : void |
Starts the playback.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | The disposing state. |
return | void |
public Initialize ( byte audioData, WaveFormat format ) : void | ||
audioData | byte | The Buffer. |
format | WaveFormat | The WaveFormat. |
return | void |
public Initialize ( byte audioData, WaveFormat format, int latency ) : void | ||
audioData | byte | The Buffer. |
format | WaveFormat | The WaveFormat. |
latency | int | The Latency. |
return | void |
public OpenALAudioBuffer ( OpenALAudioFormat format, |
||
format | OpenALAudioFormat | |
device | ||
return | System |
public Seek ( long position ) : void | ||
position | long | The Position in ms. |
return | void |