Click or drag to resize
LameMP3FileWriter Class
MP3 encoding class, uses libmp3lame DLL to encode.
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class LameMP3FileWriter : Stream

The LameMP3FileWriter type exposes the following members.

Constructors
  NameDescription
Public methodLameMP3FileWriter(Stream, AudioWaveFormat, LAMEPreset)
Create MP3FileWriter to write to supplied stream
Public methodLameMP3FileWriter(Stream, AudioWaveFormat, Int32)
Create MP3FileWriter to write to supplied stream
Public methodLameMP3FileWriter(String, AudioWaveFormat, LAMEPreset)
Create MP3FileWriter to write to a file on disk
Public methodLameMP3FileWriter(String, AudioWaveFormat, Int32)
Create MP3FileWriter to write to a file on disk
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodCopyTo(Stream)Overloaded. (Defined by StreamExtension.)
Public Extension MethodCopyTo(Stream, Int32)Overloaded. (Defined by StreamExtension.)
Top
Fields
  NameDescription
Protected fieldoutBuffer
Output buffer, size determined by call to Lame.beInitStream
Top
Properties
See Also