| WaveFileReader Properties |
The WaveFileReader type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRead |
Gets a value indicating whether the current stream supports reading.
(Inherited from WaveFileStream.) | |
| CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Inherited from WaveFileStream.) | |
| CanWrite |
Gets a value indicating whether the current stream supports writing.
(Inherited from WaveFileStream.) | |
| Format |
Gets the AudioWaveFormat of the wave stream.
(Inherited from WaveFileStream.) | |
| Length |
Gets the length of the audio data (and not the length of the Stream).
(Overrides WaveFileStreamLength.) | |
| Position |
Gets or sets the position of the audio data within the stream.
(Overrides WaveFileStreamPosition.) | |
| SampleCount |
Gets the number of samples
|