Click or drag to resize

WaveFileReader Properties

The WaveFileReader type exposes the following members.

Properties
 NameDescription
Public propertyCanRead Gets a value indicating whether the current stream supports reading.
(Inherited from WaveFileStream)
Public propertyCanSeek Gets a value indicating whether the current stream supports seeking.
(Inherited from WaveFileStream)
Public propertyCanWrite Gets a value indicating whether the current stream supports writing.
(Inherited from WaveFileStream)
Public propertyFormat Gets the AudioWaveFormat of the wave stream.
(Inherited from WaveFileStream)
Public propertyLength Gets the length of the audio data (and not the length of the Stream).
(Overrides WaveFileStreamLength)
Public propertyPosition Gets or sets the position of the audio data within the stream.
(Overrides WaveFileStreamPosition)
Public propertySampleCount Gets the number of samples
Top
See Also