Click or drag to resize
WaveOutBase Methods

The WaveOutBase type exposes the following members.

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