IAudioReader Interface |
Namespace: Alvas.Audio
The IAudioReader type exposes the following members.
Name | Description | |
---|---|---|
Close |
Closes the current reader and the underlying stream.
| |
GetDurationInMS |
Gets audio stream duration in milliseconds.
| |
GetLengthInBytes |
Gets audio stream length in bytes.
| |
Milliseconds2Bytes |
Converts from milliseconds to bytes for current stream.
| |
ReadData |
Reads all audio data from the stream.
| |
ReadData(Int32) |
Reads audio data from the stream.
| |
ReadData(Int32, Int32) |
Reads audio data from the stream.
| |
ReadDataInBytes(Int32) |
Reads audio data from the stream.
| |
ReadDataInBytes(Int32, Int32) |
Reads audio data from the stream.
| |
ReadFormat |
Reads an audio format.
|