Ozeki VoIP SDK Class library
WaveFileStream Class
NamespacesOzeki.Media.Audio.StreamsWaveFileStream
Represents the base class from which the audio file reader and writer classes derive.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class WaveFileStream : Stream
Public MustInherit Class WaveFileStream
	Inherits Stream
public ref class WaveFileStream abstract : public Stream
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
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).)
Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290