| WaveOutPlayer Methods | 
The WaveOutPlayer type exposes the following members.
| 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.) |