Alvas.Audio Class Library

AudioWriter Class

Represents a writer that can write an audio data to the stream. This class is abstract.

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

System.Object
   BinaryWriter
      AudioWriter
         Mp3Writer
         RawWriter
         WaveWriter

[Visual Basic]
MustInherit Public Class AudioWriter
    Inherits 
    Implements IAudioWriter
[C#]
public class AudioWriter : BinaryWriter, IAudioWriter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Alvas.Audio

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

See Also

AudioWriter Members | Alvas.Audio Namespace