Click or drag to resize
DsReader Methods

The DsReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the DsReader object and releases any system resources associated with the reader.
Public methodDispose
Closes the DsReader object and releases any system resources associated with the reader.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDurationInMS
Gets audio stream duration in milliseconds.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLengthInBytes
Gets audio stream length in bytes.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMilliseconds2Bytes
Converts from milliseconds to bytes for current stream.
Public methodReadData
Reads all audio data from the stream.
Public methodReadData(Int32)
Reads audio data from the stream.
Public methodReadData(Int32, Int32)
Reads audio data from the stream.
Public methodReadDataInBytes(Int32)
Reads audio data from the stream.
Public methodReadDataInBytes(Int32, Int32)
Reads audio data from the stream.
Public methodReadFormat
Reads an audio format.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also