| IAudioReadWriter Interface |
Namespace: Alvas.Audio
The IAudioReadWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| Close |
Closes the current reader and the underlying stream.
(Inherited from IAudioReader.) | |
| GetDurationInMS |
Gets audio stream duration in milliseconds.
(Inherited from IAudioReader.) | |
| GetLengthInBytes |
Gets audio stream length in bytes.
(Inherited from IAudioReader.) | |
| Milliseconds2Bytes |
Converts from milliseconds to bytes for current stream.
(Inherited from IAudioReader.) | |
| ReadData |
Reads all audio data from the stream.
(Inherited from IAudioReader.) | |
| ReadData(Int32) |
Reads audio data from the stream.
(Inherited from IAudioReader.) | |
| ReadData(Int32, Int32) |
Reads audio data from the stream.
(Inherited from IAudioReader.) | |
| ReadDataInBytes(Int32) |
Reads audio data from the stream.
(Inherited from IAudioReader.) | |
| ReadDataInBytes(Int32, Int32) |
Reads audio data from the stream.
(Inherited from IAudioReader.) | |
| ReadFormat |
Reads an audio format.
(Inherited from IAudioReader.) | |
| WriteData(Byte) |
Writes an audio byte array
(Inherited from IAudioWriter.) | |
| WriteData(Byte, Int64) |
Writes an audio byte array to the underlying stream from specified position.
(Inherited from IAudioWriter.) | |
| WriteData(Byte, Int64, WriteMode) |
Writes an audio byte array from specified position in specified mode
(Inherited from IAudioWriter.) |