Click or drag to resize

LameMP3FileWriter Methods

The LameMP3FileWriter type exposes the following members.

Methods
 NameDescription
Protected methodDisposeDispose of object
(Overrides StreamDispose(Boolean))
Public methodFlushFinalise compression, add final output to output stream and close encoder
(Overrides StreamFlush)
Public methodGetLameInstanceGet internal LAME library instance
Public methodReadReading not supported. Throws NotImplementedException.
(Overrides StreamRead(Byte, Int32, Int32))
Public methodSeekSeeking not supported. Throws NotImplementedException.
(Overrides StreamSeek(Int64, SeekOrigin))
Public methodSetLengthSetting length not supported. Throws NotImplementedException.
(Overrides StreamSetLength(Int64))
Public methodWriteAdd data to output buffer, sending to encoder when buffer full
(Overrides StreamWrite(Byte, Int32, Int32))
Top
Extension Methods
 NameDescription
Public Extension MethodCopyTo
(Defined by StreamExtension)
Public Extension MethodCopyTo
(Defined by StreamExtension)
Top
See Also