Click or drag to resize

WaveOutPlayer Methods

The WaveOutPlayer type exposes the following members.

Methods
 NameDescription
Public methodChangeFormat Changes the format of the playback.
(Inherited from WaveOutBase)
Protected methodCreateBuffers
(Overrides WaveOutBaseCreateBuffers)
Public methodDispose Closes the AudioPlayer
(Inherited from WaveOutBase)
Protected methodDispose(Boolean) Closes the AudioPlayer and disposes the buffers
(Inherited from WaveOutBase)
Protected methodFinalize Finalizer. Only called when user forgets to call
(Inherited from WaveOutBase)
Protected methodInit Initializes the WaveOutBase
(Inherited from WaveOutBase)
Protected methodInternalPause
(Inherited from WaveOutBase)
Protected methodInternalStart
(Inherited from WaveOutBase)
Protected methodInternalStop
(Inherited from WaveOutBase)
Protected methodOnStopped
(Inherited from WaveOutBase)
Public methodPause Pauses the playback
(Inherited from WaveOutBase)
Public methodReset
(Inherited from WaveOutBase)
Public methodStart Starts the playback. If the playback has been paused then resumes it.
(Inherited from WaveOutBase)
Public methodStop Stops the playback
(Inherited from WaveOutBase)
Public methodWrite Writes PCM data to the current stream and advances the current position within this stream by the number of bytes written.
(Inherited from WaveOutBase)
Top
See Also