Click or drag to resize
LibMp3Lame Methods

The LibMp3Lame type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose of object
Protected methodDispose(Boolean)
Clean up object, closing LAME context if present
Protected methodFinalize
Destructor
(Overrides ObjectFinalize.)
Public methodFlush
Flush encoder output
Public methodStatic memberGetLameVersion
Get LAME version information
Public methodInitParams
Initialize encoder with parameters
Public methodPrintConfig
Print out LAME configuration to standard output, or to registered output function
Public methodPrintInternals
Print out LAME internals to standard output, or to registered output function
Public methodSetDebugFunc
Set reporting function for debug output from LAME library
Public methodSetErrorFunc
Set reporting function for error output from LAME library
Public methodSetMsgFunc
Set reporting function for message output from LAME library
Public methodSetOptimization
Enable/Disable optimizations
Public methodSetPreset
Set 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