Alvas.Audio Class Library

IAudioWriter Interface

IAudioWriter interface provides methods for writing audio data.

For a list of all members of this type, see IAudioWriter Members.

Alvas.Audio.IAudioWriter
   IAudioReadWriter

[Visual Basic]
Public Interface IAudioWriter
[C#]
public interface IAudioWriter

Types that implement IAudioWriter

Type Description
AudioWriter Represents a writer that can write an audio data to the stream. This class is abstract.
Mp3ReadWriter Reads/writes audio data from/to the Mp3 stream.
Mp3Writer Writes MP3 data to the stream.
RawReadWriter Reads/writes an audio data from/to the headerless stream. Slinear, Gsm, A-law, mu-law etc.
RawWriter Writes an audio data to the headerless stream. Slinear, Gsm, A-law, mu-law etc.
WaveReadWriter Reads/writes audio data from/to the Wave stream.
WaveWriter Writes WAVE (waveform audio format) data to the stream.

Requirements

Namespace: Alvas.Audio

Assembly: Alvas.Audio (in Alvas.Audio.dll)

See Also

IAudioWriter Members | Alvas.Audio Namespace