Click or drag to resize

LibMp3Lame Methods

The LibMp3Lame type exposes the following members.

Methods
 NameDescription
Public methodDisposeDispose of object
Protected methodDispose(Boolean)Clean up object, closing LAME context if present
Protected methodFinalizeDestructor
(Overrides ObjectFinalize)
Public methodFlushFlush encoder output
Public methodStatic memberGetLameVersionGet LAME version information
Public methodInitParamsInitialize encoder with parameters
Public methodPrintConfigPrint out LAME configuration to standard output, or to registered output function
Public methodPrintInternalsPrint out LAME internals to standard output, or to registered output function
Public methodSetDebugFuncSet reporting function for debug output from LAME library
Public methodSetErrorFuncSet reporting function for error output from LAME library
Public methodSetMsgFuncSet reporting function for message output from LAME library
Public methodSetOptimizationEnable/Disable optimizations
Public methodSetPresetSet compression preset
Public methodWrite(Int16, Int32, Byte, Int32, Boolean)Write 16-bit integer PCM samples to encoder
Public methodWrite(Single, Int32, Byte, Int32, Boolean)Write 32-bit floating point PCM samples to encoder
Top
See Also