| WaveFileStream Class |
Namespace: Ozeki.Media
The WaveFileStream type exposes the following members.
| Name | Description | |
|---|---|---|
| WaveFileStream |
Initializes a new instance of the WaveFileStream class.
|
| Name | Description | |
|---|---|---|
| Close |
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
(Overrides StreamClose.) | |
| Flush |
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Overrides StreamFlush.) | |
| Read |
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Overrides StreamRead(Byte, Int32, Int32).) | |
| Seek |
Sets the position within the current stream.
(Overrides StreamSeek(Int64, SeekOrigin).) | |
| SetLength |
Sets the length of the current stream.
(Overrides StreamSetLength(Int64).) | |
| Write |
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Overrides StreamWrite(Byte, Int32, Int32).) |
| Name | Description | |
|---|---|---|
| CopyTo(Stream) | Overloaded. (Defined by StreamExtension.) | |
| CopyTo(Stream, Int32) | Overloaded. (Defined by StreamExtension.) |
| 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.) |