Writes MP3 data to the stream.
For a list of all members of this type, see Mp3Writer Members.
System.Object
BinaryWriter
AudioWriter
Mp3Writer
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This example shows simple using of Mp3Writer class.
Mp3Writer mw = new Mp3Writer(File.Create("new.mp3"));
mw.WriteData(dataMp3);
mw.Close();
Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll)
Mp3Writer Members | Alvas.Audio Namespace