Click or drag to resize
WaveFileStream Properties

The WaveFileStream type exposes the following members.

Properties
  NameDescription
Public propertyCanRead
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead.)
Public propertyCanSeek
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek.)
Public propertyCanWrite
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite.)
Public propertyFormat
Gets the AudioWaveFormat of the wave stream.
Public propertyLength
Gets the length in bytes of the stream.
(Overrides StreamLength.)
Public propertyPosition
Gets or sets the position within the current stream.
(Overrides StreamPosition.)
Top
See Also