Click or drag to resize
WaveOutEventPlayer Methods

The WaveOutEventPlayer 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) (Overrides WaveOutBaseDispose(Boolean).)
Protected methodFinalize
Finalizer. Only called when user forgets to call Dispose
(Inherited from WaveOutBase.)
Protected methodInit
Initializes the WaveOutBase
(Inherited from WaveOutBase.)
Protected methodInternalPause (Inherited from WaveOutBase.)
Protected methodInternalStart (Overrides WaveOutBaseInternalStart.)
Protected methodInternalStop (Overrides WaveOutBaseInternalStop.)
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