Represents the base class from which the audio file reader and writer classes derive.

C# | Visual Basic | Visual C++ |
public abstract class WaveFileStream : Stream
Public MustInherit Class WaveFileStream Inherits Stream
public ref class WaveFileStream abstract : public Stream

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | WaveFileStream(Stream) |
Initializes a new instance of the WaveFileStream class.
|
![]() | CanRead |
Gets a value indicating whether the current stream supports reading.
(Overrides Stream.CanRead.) |
![]() | CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream.CanSeek.) |
![]() | CanWrite |
Gets a value indicating whether the current stream supports writing.
(Overrides Stream.CanWrite.) |
![]() | Close()()()() |
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
(Overrides Stream.Close()()()().) |
![]() | Flush()()()() |
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Overrides Stream.Flush()()()().) |
![]() | Format |
Gets the WaveFormat of the wave stream.
|
![]() | Length |
Gets the length in bytes of the stream.
(Overrides Stream.Length.) |
![]() | Position |
Gets or sets the position within the current stream.
(Overrides Stream.Position.) |
![]() | Read(array<Byte>[]()[][], Int32, Int32) |
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Overrides Stream.Read(array<Byte>[]()[][], Int32, Int32).) |
![]() | Seek(Int64, SeekOrigin) |
Sets the position within the current stream.
(Overrides Stream.Seek(Int64, SeekOrigin).) |
![]() | SetLength(Int64) |
Sets the length of the current stream.
(Overrides Stream.SetLength(Int64).) |
![]() | Stream |
The underlying stream.
|
![]() | Write(array<Byte>[]()[][], Int32, Int32) |
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Overrides Stream.Write(array<Byte>[]()[][], Int32, Int32).) |

Object | ||||
![]() | MarshalByRefObject | |||
![]() | Stream | |||
![]() | WaveFileStream | |||
![]() | WaveFileWriter |
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290