Click or drag to resize

WaveFileWriter Properties

The WaveFileWriter 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 in bytes of the stream.
(Inherited from WaveFileStream)
Public propertyPosition Gets or sets the position within the current stream.
(Inherited from WaveFileStream)
Top
See Also