WaveOutBase Methods |
The WaveOutBase type exposes the following members.
Name | Description | |
---|---|---|
ChangeFormat |
Changes the format of the playback.
| |
CreateBuffers | ||
Dispose |
Closes the AudioPlayer
| |
Dispose(Boolean) |
Closes the AudioPlayer and disposes the buffers
| |
Finalize |
Finalizer. Only called when user forgets to call Dispose (Overrides ObjectFinalize.) | |
Init |
Initializes the WaveOutBase | |
InternalPause | ||
InternalStart | ||
InternalStop | ||
OnStopped | ||
Pause |
Pauses the playback
| |
Reset | ||
Start |
Starts the playback. If the playback has been paused then resumes it.
| |
Stop |
Stops the playback
| |
Write |
Writes PCM data to the current stream and advances the current position within this stream by the number of bytes written.
|