Wave |
The WaveFileStream type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRead |
Gets a value indicating whether the current stream supports reading.
(Overrides StreamCanRead) | |
| CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides StreamCanSeek) | |
| CanWrite |
Gets a value indicating whether the current stream supports writing.
(Overrides StreamCanWrite) | |
| Format | Gets the AudioWaveFormat of the wave stream. | |
| Length |
Gets the length in bytes of the stream.
(Overrides StreamLength) | |
| Position |
Gets or sets the position within the current stream.
(Overrides StreamPosition) |