Alvas.Audio Class Library

Mp3Writer Class

Writes MP3 data to the stream.

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

System.Object
   BinaryWriter
      AudioWriter
         Mp3Writer

[Visual Basic]
Public Class Mp3Writer
    Inherits 
[C#]
public class Mp3Writer : AudioWriter

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.

Example

This example shows simple using of Mp3Writer class.

Mp3Writer mw = new Mp3Writer(File.Create("new.mp3"));
mw.WriteData(dataMp3);
mw.Close();
 

Requirements

Namespace: Alvas.Audio

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

See Also

Mp3Writer Members | Alvas.Audio Namespace