Свойство | Тип | Описание | |
---|---|---|---|
CloseWaveOut | void | ||
DisposeBuffers | void | ||
DoPlayback | void | ||
PlaybackThread | void | ||
RaisePlaybackStoppedEvent | void | ||
Resume | void |
Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Closes this WaveOut device
|
|
GetPosition ( ) : long |
Gets the current position in bytes from the wave output device. (n.b. this is not the same thing as the position within your reader stream - it calls directly into waveOutGetPosition)
|
|
Init ( IWaveProvider waveProvider ) : void |
Initialises the WaveOut device
|
|
Pause ( ) : void |
Pause the audio
|
|
Play ( ) : void |
Start playing the audio from the WaveStream
|
|
Stop ( ) : void |
Stop and reset the WaveOut device
|
|
WaveOutEvent ( ) : System |
Opens a WaveOut device
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Closes the WaveOut device and disposes of buffers
|
Метод | Описание | |
---|---|---|
CloseWaveOut ( ) : void | ||
DisposeBuffers ( ) : void | ||
DoPlayback ( ) : void | ||
PlaybackThread ( ) : void | ||
RaisePlaybackStoppedEvent ( |
||
Resume ( ) : void |
Resume playing after a pause from the same position
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | True if called from |
Результат | void |
public Init ( IWaveProvider waveProvider ) : void | ||
waveProvider | IWaveProvider | WaveProvider to play |
Результат | void |