WaveOutPlayer Class |
Namespace: Ozeki.Media
The WaveOutPlayer type exposes the following members.
Name | Description | |
---|---|---|
WaveOutPlayer | Initializes a new instance of the WaveOutPlayer class |
Name | Description | |
---|---|---|
ChangeFormat |
Changes the format of the playback.
(Inherited from WaveOutBase.) | |
CreateBuffers | (Overrides WaveOutBaseCreateBuffers.) | |
Dispose |
Closes the AudioPlayer
(Inherited from WaveOutBase.) | |
Dispose(Boolean) |
Closes the AudioPlayer and disposes the buffers
(Inherited from WaveOutBase.) | |
Finalize |
Finalizer. Only called when user forgets to call Dispose (Inherited from WaveOutBase.) | |
Init |
Initializes the WaveOutBase (Inherited from WaveOutBase.) | |
InternalPause | (Inherited from WaveOutBase.) | |
InternalStart | (Inherited from WaveOutBase.) | |
InternalStop | (Inherited from WaveOutBase.) | |
OnStopped | (Inherited from WaveOutBase.) | |
Pause |
Pauses the playback
(Inherited from WaveOutBase.) | |
Reset | (Inherited from WaveOutBase.) | |
Start |
Starts the playback. If the playback has been paused then resumes it.
(Inherited from WaveOutBase.) | |
Stop |
Stops the playback
(Inherited from WaveOutBase.) | |
Write |
Writes PCM data to the current stream and advances the current position within this stream by the number of bytes written.
(Inherited from WaveOutBase.) |
Name | Description | |
---|---|---|
Buffers | (Inherited from WaveOutBase.) | |
BufferSize | (Inherited from WaveOutBase.) | |
BuffersNum | (Inherited from WaveOutBase.) | |
CallbackStrategy | (Inherited from WaveOutBase.) | |
DeviceInfo |
Gets some information about the device.
(Inherited from WaveOutBase.) | |
Initialized |
Returns a boolean value indicating whether the playback device is ready.
(Inherited from WaveOutBase.) | |
Level |
Gets the level of the output data. (Range: 0-100)
(Inherited from WaveOutBase.) | |
Logger | (Inherited from WaveOutBase.) | |
MMLock | (Inherited from WaveOutBase.) | |
Muted |
Gets or sets a boolean value indicating whether the playback is muted.
(Inherited from WaveOutBase.) | |
PlaybackState |
Gets the state of the playback.
(Inherited from WaveOutBase.) | |
Volume |
Gets or sets the volume of the playback. (Range: 0-1)
(Inherited from WaveOutBase.) | |
WaveFormat | (Inherited from WaveOutBase.) |
Name | Description | |
---|---|---|
LevelChanged |
Occurs when the playback level has changed.
(Inherited from WaveOutBase.) | |
Stopped |
Occurs when the playback has been stopped
(Inherited from WaveOutBase.) |