Click or drag to resize

LameMP3FileWriter Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.IOStream
      Ozeki.MediaLameMP3FileWriter

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntax
public class LameMP3FileWriter : Stream

The LameMP3FileWriter type exposes the following members.

Constructors
 NameDescription
Public methodLameMP3FileWriter(Stream, AudioWaveFormat, LAMEPreset)Initializes a new instance of the LameMP3FileWriter class
Public methodLameMP3FileWriter(Stream, AudioWaveFormat, Int32)Initializes a new instance of the LameMP3FileWriter class
Public methodLameMP3FileWriter(String, AudioWaveFormat, LAMEPreset)Initializes a new instance of the LameMP3FileWriter class
Public methodLameMP3FileWriter(String, AudioWaveFormat, Int32)Initializes a new instance of the LameMP3FileWriter class
Top
Properties
 NameDescription
Public propertyCanRead
(Overrides StreamCanRead)
Public propertyCanSeek
(Overrides StreamCanSeek)
Public propertyCanWrite
(Overrides StreamCanWrite)
Public propertyLength
(Overrides StreamLength)
Public propertyPosition
(Overrides StreamPosition)
Top
Methods
 NameDescription
Protected methodDisposeReleases the unmanaged resources used by the LameMP3FileWriter and optionally releases the managed resources
(Overrides StreamDispose(Boolean))
Public methodFlush
(Overrides StreamFlush)
Public methodGetLameInstance 
Public methodRead
(Overrides StreamRead(Byte, Int32, Int32))
Public methodSeek
(Overrides StreamSeek(Int64, SeekOrigin))
Public methodSetLength
(Overrides StreamSetLength(Int64))
Public methodWrite
(Overrides StreamWrite(Byte, Int32, Int32))
Top
Fields
 NameDescription
Protected fieldoutBuffer 
Top
Extension Methods
 NameDescription
Public Extension MethodCopyTo
(Defined by StreamExtension)
Public Extension MethodCopyTo
(Defined by StreamExtension)
Top
See Also