A B C D E F G H I J L M N P R S T V W Z

A

aac - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT
 
ABR_320 - Static variable in interface lame.std.preset_mode
 
ABR_8 - Static variable in interface lame.std.preset_mode
 
alpha - Variable in class lame.std.lame_version_t
 
AMD_3DNOW - Static variable in interface lame.std.asm_optimizations
 
asm_optimizations - Interface in lame.std
Asm optimizations: typedef enum asm_optimizations_e { MMX = 1, AMD_3DNOW = 2, SSE = 3 } asm_optimizations;

B

bCopyright - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
bCopyright - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
 
bCRC - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
bCRC - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
 
BE_CONFIG - Class in lame.blade
The BE_CONFIG class is the Java symmetric representation of the corresponding C LAME structure as declared in the file BladeMP3EncDLL.h.
BE_CONFIG() - Constructor for class lame.blade.BE_CONFIG
Creates a new configuration object
BE_CONFIG.STRUCT_FORMAT - Class in lame.blade
The STRUCT_FORMAT class is the Java symmetric representation of the anonymous union data type of the format field of the LAME BE_CONFIG structure.
BE_CONFIG.STRUCT_FORMAT() - Constructor for class lame.blade.BE_CONFIG.STRUCT_FORMAT
 
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC - Class in lame.blade
The STRUCT_AAC class is the Java symmetric representation of the structure data type of the acc field of the STRUCT_FORMAT structure.
BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC() - Constructor for class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
 
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1 - Class in lame.blade
The STRUCT_LHV1 class is the Java symmetric representation of the structure data type of the LHV1 field of the STRUCT_FORMAT structure.
BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1() - Constructor for class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3 - Class in lame.blade
The STRUCT_MP3 class is the Java symmetric representation of the structure data type of the mp3 field of the STRUCT_FORMAT structure.
BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3() - Constructor for class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
 
BE_CONFIG_LAME - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_CONFIG_LAME 256
BE_CONFIG_MP3 - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_CONFIG_MP3 0
BE_ERR_BUFFER_TOO_SMALL - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_ERR_BUFFER_TOO_SMALL 0x00000005
BE_ERR_INVALID_FORMAT - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_ERR_INVALID_FORMAT 0x00000001
BE_ERR_INVALID_FORMAT_PARAMETERS - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_ERR_INVALID_FORMAT_PARAMETERS 0x00000002
BE_ERR_INVALID_HANDLE - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_ERR_INVALID_HANDLE 0x00000004
BE_ERR_NO_MORE_HANDLES - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_ERR_NO_MORE_HANDLES 0x00000003
BE_ERR_SUCCESSFUL - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_ERR_SUCCESSFUL 0x00000000
BE_MAX_HOMEPAGE - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_MAX_HOMEPAGE 128
BE_MP3_MODE_DUALCHANNEL - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_MP3_MODE_DUALCHANNEL 2
BE_MP3_MODE_JSTEREO - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_MP3_MODE_JSTEREO 1
BE_MP3_MODE_MONO - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_MP3_MODE_MONO 3
BE_MP3_MODE_STEREO - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define BE_MP3_MODE_STEREO 0
BE_VERSION - Class in lame.blade
The BE_VERSION class is the Java symmetric representation of the corresponding C LAME structure as declared in the file BladeMP3EncDLL.h.
BE_VERSION() - Constructor for class lame.blade.BE_VERSION
 
beCloseStream(int) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: BE_ERR beCloseStream(HBE_STREAM hbeStream);
BeConfig - Interface in lameonj.encoder.blade
The BeConfig is the base interface of the BE_CONFIG structure wrappers.
BeConfigAAC - Interface in lameonj.encoder.blade
The BeConfigAAC is the interface implemented by the BE_CONFIG internal class wrapper with the AAC mode.
BeConfigLHV1 - Interface in lameonj.encoder.blade
The BeConfigLHV1 is the interface implemented by the BE_CONFIG internal class wrapper with the LHV1 mode (LAME).
BeConfigMP3 - Interface in lameonj.encoder.blade
The BeConfigMP3 is the interface implemented by the BE_CONFIG internal class wrapper with the old MP3 mode.
beDeinitStream(int, byte[], NativeInteger) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: BE_ERR beDeinitStream(HBE_STREAM hbeStream, PBYTE pOutput, PDWORD pdwOutput);
beEncodeChunk(int, int, short[], byte[], NativeInteger) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: BE_ERR beEncodeChunk(HBE_STREAM hbeStream, DWORD nSamples, PSHORT pSamples, PBYTE pOutput, PDWORD pdwOutput);
beEncodeChunk(int, int, byte[], byte[], NativeInteger) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: BE_ERR beEncodeChunk(HBE_STREAM hbeStream, DWORD nSamples, PSHORT pSamples, PBYTE pOutput, PDWORD pdwOutput); This is a convenience method using byte[] array instead of short[], the byte[] buffer used must be 2x the length of the analogous short[] version.
beEncodeChunkFloatS16NI(int, int, float[], float[], byte[], NativeInteger) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: BE_ERR beEncodeChunkFloatS16NI(HBE_STREAM hbeStream, DWORD nSamples, PFLOAT buffer_l, PFLOAT buffer_r, PBYTE pOutput, PDWORD pdwOutput);
beFlushNoGap(int, byte[], NativeInteger) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: BE_ERR beFlushNoGap(HBE_STREAM hbeStream, PBYTE pOutput, PDWORD pdwOutput);
beInitStream(BE_CONFIG, NativeInteger, NativeInteger, NativeInteger) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: BE_ERR beInitStream(PBE_CONFIG pbeConfig, PDWORD dwSamples, PDWORD dwBufferSize, PHBE_STREAM phbeStream);
bEnableVBR - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
BeStream - Interface in lameonj.encoder.blade
The BeStream is the interface implemented by the internal class wrapping the encoding stream lifecycle.
beta - Variable in class lame.std.lame_version_t
 
beVersion(BE_VERSION) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: VOID beVersion(PBE_VERSION pbeVersion);
BeVersion - Interface in lameonj.encoder.blade
The BeVersion is the interface implemented by the internal class wrapping the BE_VERSION structure.
beWriteVBRHeader(String) - Static method in class lame.blade.BladeMP3EncDLL
Corresponds with the C method: VOID beWriteVBRHeader( LPCSTR pszMP3FileName );
bitrate - Variable in class lame.std.mp3data_struct
 
bitrateBlockTypeHist(int[][]) - Method in interface lameonj.encoder.std.EncoderConfig
See EncoderConfig.bitrateHist(int[]) void CDECL lame_bitrate_block_type_hist ( const lame_global_flags * const gfp, int bitrate_btype_count[14][6] );
bitrateHist(int[]) - Method in interface lameonj.encoder.std.EncoderConfig
 
bitrateKbps(int[]) - Method in interface lameonj.encoder.std.EncoderConfig
See EncoderConfig.bitrateHist(int[]) void CDECL lame_bitrate_kbps( const lame_global_flags *const gfp, int bitrate_kbps [14] );
bitrateStereoModeHist(int[][]) - Method in interface lameonj.encoder.std.EncoderConfig
See EncoderConfig.bitrateHist(int[]) void CDECL lame_bitrate_stereo_mode_hist ( const lame_global_flags * const gfp, int bitrate_stmode_count [14] [4] );
BladeMP3EncDLL - Class in lame.blade
The BladeMP3EncDLL class is the container of the symmetric C LAME exported methods and constants declared in the file BladeMP3EncDLL.h.
blockTypeHist(int[]) - Method in interface lameonj.encoder.std.EncoderConfig
See EncoderConfig.bitrateHist(int[]) void CDECL lame_block_type_hist ( const lame_global_flags * const gfp, int btype_count[6] );
bNoRes - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
bOriginal - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
bOriginal - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
 
bPrivate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
bPrivate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
 
bStrictIso - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
btReserved - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
btReserved - Variable in class lame.blade.BE_VERSION
 
bWriteVBRHeader - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
byAlphaLevel - Variable in class lame.blade.BE_VERSION
 
byBetaLevel - Variable in class lame.blade.BE_VERSION
 
byDay - Variable in class lame.blade.BE_VERSION
 
byDLLMajorVersion - Variable in class lame.blade.BE_VERSION
 
byDLLMinorVersion - Variable in class lame.blade.BE_VERSION
 
byEncodingMethod - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
 
byMajorVersion - Variable in class lame.blade.BE_VERSION
 
byMinorVersion - Variable in class lame.blade.BE_VERSION
 
byMMXEnabled - Variable in class lame.blade.BE_VERSION
 
byMode - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
 
byMode - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
 
byMonth - Variable in class lame.blade.BE_VERSION
 

C

close() - Method in interface lameonj.decoder.std.Decoder
Closes this decoder task.
close() - Method in interface lameonj.encoder.blade.BeStream
Closes the stream, the instance must be discarded.
close() - Method in interface lameonj.encoder.std.Encoder
Closes this encoder.
code - Variable in exception lameonj.LAMEOnJException
 
createGenericDecoder() - Method in interface lameonj.decoder.std.LAMEOnJStdDecoder
Creates a new generic MP3 stream decoder.
createGenericEncoder() - Method in interface lameonj.encoder.std.LAMEOnJStdEncoder
Creates a new generic MP3 stream encoder.
createStreamDecoder(String) - Method in interface lameonj.decoder.std.LAMEOnJStdDecoder
Creates a new MP3 stream decoder using the specified MP3 file as audio source.
createStreamDecoder(InputStream) - Method in interface lameonj.decoder.std.LAMEOnJStdDecoder
Creates a new MP3 stream decoder using the specified MP3 stream as audio source.
createStreamEncoder(String) - Method in interface lameonj.encoder.std.LAMEOnJStdEncoder
Creates a new MP3 stream encoder using the specified file as audio source.
createStreamEncoder(InputStream, String) - Method in interface lameonj.encoder.std.LAMEOnJStdEncoder
Creates a new MP3 stream encoder using the specified stream as audio source.
CURRENT_STRUCT_SIZE - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define CURRENT_STRUCT_SIZE sizeof(BE_CONFIG) // is currently 331 bytes
CURRENT_STRUCT_VERSION - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define CURRENT_STRUCT_VERSION 1

D

decode(String) - Method in interface lameonj.decoder.std.StreamDecoder
Decodes the MP3 input source to WAV saving to the specified file.
decode(OutputStream) - Method in interface lameonj.decoder.std.StreamDecoder
Decodes the MP3 input source to WAV saving to the specified stream.
decodeFrame(byte[], int) - Method in interface lameonj.decoder.std.GenericDecoder
Decodes the specified MP3 data to build one PCM frame.
decodeFrame() - Method in interface lameonj.decoder.std.StreamDecoder
Decodes source MP3 data to build one PCM frame.
decodeHeaders(byte[], int) - Method in interface lameonj.decoder.std.GenericDecoder
Process the specified MP3 data containing MP3 header info.
decodeHeaders() - Method in interface lameonj.decoder.std.StreamDecoder
Decodes source MP3 data until MP3 header info is obtained.
decodePendingFrame() - Method in interface lameonj.decoder.std.GenericDecoder
Decodes any pending (not processed) MP3 data to build one PCM frame.
Decoder - Interface in lameonj.decoder.std
This object represents a decoding task.
deinitStream(byte[]) - Method in interface lameonj.encoder.blade.BeStream
Flushes to the output buffer the internal encoder data remaining.
DUAL_CHANNEL - Static variable in interface lame.std.MPEG_mode
 
dwBitrate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwConfig - Variable in class lame.blade.BE_CONFIG
 
dwEmphasis - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwMaxBitrate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwMpegVersion - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwPsyModel - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwReSampleRate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwSampleRate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
 
dwSampleRate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwSampleRate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
 
dwStructSize - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwStructVersion - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
dwVbrAbr_bps - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 

E

encode(String, String, BeConfig) - Method in interface lameonj.encoder.blade.LAMEOnJBlade
Encodes the input WAV file and writes the MP3 output to the specified file.
encode(InputStream, OutputStream, BeConfig, boolean) - Method in interface lameonj.encoder.blade.LAMEOnJBlade
Encodes the input stream and writes the MP3 output to the specified output stream.
encode(String) - Method in interface lameonj.encoder.std.StreamEncoder
Encodes the input source to MP3 saving to the specified file.
encode(OutputStream) - Method in interface lameonj.encoder.std.StreamEncoder
Encodes the input source to MP3 saving to the specified stream.
encodeBuffer(byte[], int, byte[]) - Method in interface lameonj.encoder.std.GenericEncoder
Encodes a chunk of raw PCM data, if stereo source audio data must be interleaved.
encodeBuffer(byte[]) - Method in interface lameonj.encoder.std.StreamEncoder
Encodes a chunk of PCM data read from the input source.
encodeChunk(int, short[], byte[]) - Method in interface lameonj.encoder.blade.BeStream
Encodes a chunk of audio samples, the output data is written to the output buffer.
encodeChunk(int, byte[], byte[]) - Method in interface lameonj.encoder.blade.BeStream
Encodes a chunk of audio samples, the output data is written to the output buffer.
encodeChunkFloatS16NI(int, int, float[], float[], byte[]) - Method in interface lameonj.encoder.blade.BeStream
Undocumented method.
encodeFlush(byte[]) - Method in interface lameonj.encoder.std.GenericEncoder
Finalizes the encoding task, any remainder MP3 data in the encoder is flushed to the MP3 buffer.
Encoder - Interface in lameonj.encoder.std
This object represents an encoding task.
EncoderConfig - Interface in lameonj.encoder.std
This interface basically wraps the low level Lame API with some added checking.
EXTREME - Static variable in interface lame.std.preset_mode
 
EXTREME_FAST - Static variable in interface lame.std.preset_mode
 

F

fclose(FileUtil.FILE) - Static method in class lame.std.FileUtil
int fclose(FILE *stream);
features - Variable in class lame.std.lame_version_t
 
FileUtil - Class in lame.std
 
FileUtil() - Constructor for class lame.std.FileUtil
Creates a new instance of FileUtil
FileUtil.FILE - Class in lame.std
 
FileUtil.FILE() - Constructor for class lame.std.FileUtil.FILE
 
fixWAVHeader(String) - Method in interface lameonj.decoder.std.Decoder
Modifies the header of the specified WAV file fixing invalid data saved by Decoder.writeWAVHeader(OutputStream).
flushNoGap(int, byte[]) - Method in interface lameonj.encoder.blade.BeStream
Undocumented method.
fopen(String, String) - Static method in class lame.std.FileUtil
FILE *fopen(const char *filename, const char *mode);
format - Variable in class lame.blade.BE_CONFIG
 
framenum - Variable in class lame.std.mp3data_struct
 
framesize - Variable in class lame.std.mp3data_struct
 
FRONTEND_FILETOOLARGE - Static variable in interface lame.std.lame_errorcodes_t
 
FRONTEND_READERROR - Static variable in interface lame.std.lame_errorcodes_t
 
FRONTEND_WRITEERROR - Static variable in interface lame.std.lame_errorcodes_t
 

G

GenericDecoder - Interface in lameonj.decoder.std
This interface may be used to progressively decode MP3 data to PCM.
GenericEncoder - Interface in lameonj.encoder.std
This interface may be used to progressively encode PCM data to MP3.
get() - Static method in class lameonj.LAMEOnJBoot
Returns the singleton object of LAMEOnJ.
get_lame_short_version() - Static method in class lame.std.Lame
const char* CDECL get_lame_short_version( void );
get_lame_url() - Static method in class lame.std.Lame
const char* CDECL get_lame_url( void );
get_lame_version() - Static method in class lame.std.Lame
OPTIONAL: get the version number, in a string. of the form: "3.63 (beta)" or just "3.63".
get_lame_version_numerical(lame_version_t) - Static method in class lame.std.Lame
 
get_lame_very_short_version() - Static method in class lame.std.Lame
const char* CDECL get_lame_very_short_version( void );
get_psy_version() - Static method in class lame.std.Lame
const char* CDECL get_psy_version( void );
getAac() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT
Returns the current value of aac attribute.
getAac() - Method in interface lameonj.encoder.blade.BeConfigAAC
Returns the internal value of the BE_CONFIG.STRUCT_FORMAT.aac attribute of the internal BE_CONFIG structure.
getAllowDiffShort() - Method in interface lameonj.encoder.std.EncoderConfig
allow blocktypes to differ between channels?
getAlpha() - Method in class lame.std.lame_version_t
 
getAthaaLoudapprox() - Method in interface lameonj.encoder.std.EncoderConfig
select the loudness approximation used by the ATH adaptive auto-leveling int CDECL lame_get_athaa_loudapprox( const lame_global_flags *);
getAthaaSensitivity() - Method in interface lameonj.encoder.std.EncoderConfig
adjust (in dB) the point below which adaptive ATH level adjustment occurs float CDECL lame_get_athaa_sensitivity( const lame_global_flags* );
getAthaaType() - Method in interface lameonj.encoder.std.EncoderConfig
select ATH adaptive adjustment type int CDECL lame_get_athaa_type( const lame_global_flags *);
getATHlower() - Method in interface lameonj.encoder.std.EncoderConfig
lower ATH by this many db floag CDECL lame_get_ATHlower(lame_global_flags *);
getATHtype() - Method in interface lameonj.encoder.std.EncoderConfig
select ATH formula int CDECL lame_get_ATHtype(lame_global_flags *);
getAudiophileGain() - Method in interface lameonj.encoder.std.EncoderConfig
AudiophileGain value.
getBE_CONFIG() - Method in interface lameonj.encoder.blade.BeConfig
Returns the internal BE_CONFIG object used.
getBE_VERSION() - Method in interface lameonj.encoder.blade.BeVersion
Returns the internal BE_VERSION object used.
getBeta() - Method in class lame.std.lame_version_t
 
getBitrate() - Method in class lame.std.mp3data_struct
 
getBrate() - Method in interface lameonj.encoder.std.EncoderConfig
set one of brate compression ratio.
getBtReserved() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of btReserved attribute.
getBtReserved() - Method in class lame.blade.BE_VERSION
Returns the current value of btReserved attribute.
getBtReserved() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getBtReserved();
getBtReserved() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getBtReserved();
getByAlphaLevel() - Method in class lame.blade.BE_VERSION
Returns the current value of byAlphaLevel attribute.
getByAlphaLevel() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByAlphaLevel();
getByBetaLevel() - Method in class lame.blade.BE_VERSION
Returns the current value of byBetaLevel attribute.
getByBetaLevel() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByBetaLevel();
getByDay() - Method in class lame.blade.BE_VERSION
Returns the current value of byDay attribute.
getByDay() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByDay();
getByDLLMajorVersion() - Method in class lame.blade.BE_VERSION
Returns the current value of byDLLMajorVersion attribute.
getByDLLMajorVersion() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByDLLMajorVersion();
getByDLLMinorVersion() - Method in class lame.blade.BE_VERSION
Returns the current value of byDLLMinorVersion attribute.
getByDLLMinorVersion() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByDLLMinorVersion();
getByEncodingMethod() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Returns the current value of byEncodingMethod attribute.
getByEncodingMethod() - Method in interface lameonj.encoder.blade.BeConfigAAC
Current implementation calls: getAac().getByEncodingMethod();
getByMajorVersion() - Method in class lame.blade.BE_VERSION
Returns the current value of byMajorVersion attribute.
getByMajorVersion() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByMajorVersion();
getByMinorVersion() - Method in class lame.blade.BE_VERSION
Returns the current value of byMinorVersion attribute.
getByMinorVersion() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByMinorVersion();
getByMMXEnabled() - Method in class lame.blade.BE_VERSION
Returns the current value of byMMXEnabled attribute.
getByMMXEnabled() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByMMXEnabled();
getByMode() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Returns the current value of byMode attribute.
getByMode() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Returns the current value of byMode attribute.
getByMode() - Method in interface lameonj.encoder.blade.BeConfigAAC
Current implementation calls: return getAac().getByMode();
getByMode() - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: return getMp3().getByMode();
getByMonth() - Method in class lame.blade.BE_VERSION
Returns the current value of byMonth attribute.
getByMonth() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getByMonth();
getCode() - Method in exception lameonj.LAMEOnJException
Returns the LAME error code.
getCompressionRatio() - Method in interface lameonj.encoder.std.EncoderConfig
 
getCwlimit() - Method in interface lameonj.encoder.std.EncoderConfig
predictability limit (ISO tonality formula) int CDECL lame_get_cwlimit(const lame_global_flags *);
getDwBitrate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwBitrate attribute.
getDwBitrate() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwBitrate();
getDwConfig() - Method in class lame.blade.BE_CONFIG
Returns the current value of dwConfig attribute.
getDwEmphasis() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwEmphasis attribute.
getDwEmphasis() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwEmphasis();
getDwMaxBitrate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwMaxBitrate attribute.
getDwMaxBitrate() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwMaxBitrate();
getDwMpegVersion() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwMpegVersion attribute.
getDwMpegVersion() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwMpegVersion();
getDwPsyModel() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwPsyModel attribute.
getDwPsyModel() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwPsyModel();
getDwReSampleRate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwReSampleRate attribute.
getDwReSampleRate() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwReSampleRate();
getDwSampleRate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Returns the current value of dwSampleRate attribute.
getDwSampleRate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwSampleRate attribute.
getDwSampleRate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Returns the current value of dwSampleRate attribute.
getDwSampleRate() - Method in interface lameonj.encoder.blade.BeConfigAAC
Current implementation calls: return getAac().getDwSampleRate();
getDwSampleRate() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwSampleRate();
getDwSampleRate() - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: return getMp3().getDwSampleRate();
getDwStructSize() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwStructSize attribute.
getDwStructSize() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwStructSize();
getDwStructVersion() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwStructVersion attribute.
getDwStructVersion() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwStructVersion();
getDwVbrAbr_bps() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of dwVbrAbr_bps attribute.
getDwVbrAbr_bps() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getDwVbrAbr_bps();
getEncoderConfig() - Method in interface lameonj.encoder.std.Encoder
Returns the LAME configuration object of this encoder.
getEncoderDelay() - Method in interface lameonj.encoder.std.EncoderConfig
encoder delay int CDECL lame_get_encoder_delay(const lame_global_flags *);
getEncoderPadding() - Method in interface lameonj.encoder.std.EncoderConfig
padding appended to the input to make sure decoder can fully decode all input.
getExperimentalX() - Method in interface lameonj.encoder.std.EncoderConfig
int CDECL lame_get_experimentalX(const lame_global_flags *);
getExperimentalY() - Method in interface lameonj.encoder.std.EncoderConfig
another experimental option.
getExperimentalZ() - Method in interface lameonj.encoder.std.EncoderConfig
another experimental option.
getExpNspsytune() - Method in interface lameonj.encoder.std.EncoderConfig
 
getExtension() - Method in interface lameonj.encoder.std.EncoderConfig
MP3 'private extension' bit Meaningless.
getFeatures() - Method in class lame.std.lame_version_t
 
getFormat() - Method in class lame.blade.BE_CONFIG
Returns the current value of format attribute.
getFramenum() - Method in class lame.std.mp3data_struct
 
getFrameNum() - Method in interface lameonj.encoder.std.EncoderConfig
number of frames encoded so far int CDECL lame_get_frameNum(const lame_global_flags *);
getFramesize() - Method in class lame.std.mp3data_struct
 
getFramesize() - Method in interface lameonj.encoder.std.EncoderConfig
size of MPEG frame int CDECL lame_get_framesize(const lame_global_flags *);
getHandle() - Method in interface lameonj.encoder.blade.BeStream
Returns the stream handle used by LAME.
getHeader_parsed() - Method in class lame.std.mp3data_struct
 
getHighpassfreq() - Method in interface lameonj.encoder.std.EncoderConfig
freq in Hz to apply highpass.
getHighpasswidth() - Method in interface lameonj.encoder.std.EncoderConfig
width of transition band, in Hz.
getInSamplerate() - Method in interface lameonj.encoder.std.EncoderConfig
input sample rate in Hz.
getInterChRatio() - Method in interface lameonj.encoder.std.EncoderConfig
use temporal masking effect (default = 1) float CDECL lame_get_interChRatio(const lame_global_flags *);
getLameFlags() - Method in interface lameonj.encoder.std.Encoder
Returns the internal global flags object used by this encoder.
getLameFlags() - Method in interface lameonj.encoder.std.EncoderConfig
The LAME flags associated to this configuration object.
getLAMEOnJBlade() - Method in interface lameonj.LAMEOnJ
Returns the singleton object to access LAME using Blade MP3 encoder API (only defined on Windows)
getLAMEOnJStdDecoder() - Method in interface lameonj.LAMEOnJ
Returns the singleton object to access LAME decoder using standard API
getLAMEOnJStdEncoder() - Method in interface lameonj.LAMEOnJ
Returns the singleton object to access LAME encoder using standard API
getLameShortVersion() - Method in interface lameonj.encoder.std.EncoderConfig
const char* CDECL get_lame_short_version( void );
getLameUrl() - Method in interface lameonj.encoder.std.EncoderConfig
const char* CDECL get_lame_url( void );
getLameVersion() - Method in interface lameonj.encoder.std.EncoderConfig
OPTIONAL: get the version number, in a string. of the form: "3.63 (beta)" or just "3.63".
getLameVersionNumerical(lame_version_t) - Method in interface lameonj.encoder.std.EncoderConfig
 
getLameVeryShortVersion() - Method in interface lameonj.encoder.std.EncoderConfig
const char* CDECL get_lame_very_short_version( void );
getLHV1() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT
Returns the current value of LHV1 attribute.
getLHV1() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Returns the internal value of the BE_CONFIG.STRUCT_FORMAT.LHV1 attribute of the internal BE_CONFIG structure.
getLowpassfreq() - Method in interface lameonj.encoder.std.EncoderConfig
freq in Hz to apply lowpass.
getLowpasswidth() - Method in interface lameonj.encoder.std.EncoderConfig
width of transition band, in Hz.
getMajor() - Method in class lame.std.lame_version_t
 
getMfSamplesToEncode() - Method in interface lameonj.encoder.std.EncoderConfig
number of PCM samples buffered, but not yet encoded to mp3 data.
getMinor() - Method in class lame.std.lame_version_t
 
getMode() - Method in class lame.std.mp3data_struct
 
getMode() - Method in interface lameonj.encoder.std.EncoderConfig
mode = 0,1,2,3 = stereo, jstereo, dual channel (not supported), mono default: lame picks based on compression ration and input channels MPEG_mode CDECL lame_get_mode(const lame_global_flags *);
getMode_ext() - Method in class lame.std.mp3data_struct
 
getModeAutoms() - Method in interface lameonj.encoder.std.EncoderConfig
mode_automs.
getMp3() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT
Returns the current value of mp3 attribute.
getMp3() - Method in interface lameonj.encoder.blade.BeConfigMP3
Returns the internal value of the BE_CONFIG.STRUCT_FORMAT.mp3 attribute of the internal BE_CONFIG structure.
getMP3DataStruct() - Method in interface lameonj.decoder.std.Decoder
Returns the mp3data_struct object with header information of the MP3 data being decoded.
getMsfix() - Method in interface lameonj.encoder.std.EncoderConfig
float CDECL lame_get_msfix(const lame_global_flags *);
getNMode() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of nMode attribute.
getNMode() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getNMode();
getNoclipGainChange() - Method in interface lameonj.encoder.std.EncoderConfig
Gain change required for preventing clipping.
getNoclipScale() - Method in interface lameonj.encoder.std.EncoderConfig
user-specified scale factor required for preventing clipping.
getNogapCurrentindex() - Method in interface lameonj.encoder.std.EncoderConfig
counter for gapless encoding int CDECL lame_get_nogap_currentindex(const lame_global_flags*);
getNogapTotal() - Method in interface lameonj.encoder.std.EncoderConfig
counter for gapless encoding int CDECL lame_get_nogap_total(const lame_global_flags*);
getNPreset() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of nPreset attribute.
getNPreset() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getNPreset();
getNQuality() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of nQuality attribute.
getNQuality() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getNQuality();
getNsamp() - Method in class lame.std.mp3data_struct
 
getNSamples() - Method in interface lameonj.encoder.blade.BeStream
Returns the maximum number of samples per encoding call.
getNumChannels() - Method in interface lameonj.encoder.std.EncoderConfig
number of channels in input stream. default=2 int CDECL lame_get_num_channels(const lame_global_flags *);
getNumSamples() - Method in interface lameonj.encoder.std.EncoderConfig
number of samples.
getNVbrMethod() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of nVbrMethod attribute.
getNVbrMethod() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getNVbrMethod();
getNVBRQuality() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of nVBRQuality attribute.
getNVBRQuality() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().getNVBRQuality();
getOutputBufferSize() - Method in interface lameonj.encoder.blade.BeStream
Returns the maximum output buffer size per encoding call.
getOutSamplerate() - Method in interface lameonj.encoder.std.EncoderConfig
output sample rate in Hz.
getPaddingType() - Method in interface lameonj.encoder.std.EncoderConfig
padding_type. 0=pad no frames 1=pad all frames 2=adjust padding(default) Padding_type CDECL lame_get_padding_type(const lame_global_flags *);
getPCMDataLeft() - Method in interface lameonj.decoder.std.PCMFrame
Returns the PCM samples of the left channel.
getPCMDataRight() - Method in interface lameonj.decoder.std.PCMFrame
Returns the PCM samples of the right channel.
getPCMDataSize() - Method in interface lameonj.decoder.std.Decoder
Returns the number of bytes of PCM data decoded at the moment.
getPeakSample() - Method in interface lameonj.encoder.std.EncoderConfig
the peak sample float CDECL lame_get_PeakSample(const lame_global_flags *);
getPsy_alpha() - Method in class lame.std.lame_version_t
 
getPsy_beta() - Method in class lame.std.lame_version_t
 
getPsy_major() - Method in class lame.std.lame_version_t
 
getPsy_minor() - Method in class lame.std.lame_version_t
 
getPsyVersion() - Method in interface lameonj.encoder.std.EncoderConfig
const char* CDECL get_psy_version( void );
getQuality() - Method in interface lameonj.encoder.std.EncoderConfig
internal algorithm selection.
getQuantComp() - Method in interface lameonj.encoder.std.EncoderConfig
select a different "best quantization" function. default=0 int CDECL lame_get_quant_comp(const lame_global_flags *);
getQuantCompShort() - Method in interface lameonj.encoder.std.EncoderConfig
select a different "best quantization" function. default=0 int CDECL lame_get_quant_comp_short(const lame_global_flags *);
getRadioGain() - Method in interface lameonj.encoder.std.EncoderConfig
RadioGain value.
getSamplerate() - Method in class lame.std.mp3data_struct
 
getScale() - Method in interface lameonj.encoder.std.EncoderConfig
scale the input by this amount before encoding.
getScaleLeft() - Method in interface lameonj.encoder.std.EncoderConfig
scale the channel 0 (left) input by this amount before encoding.
getScaleRight() - Method in interface lameonj.encoder.std.EncoderConfig
scale the channel 1 (right) input by this amount before encoding.
getSizeMP3buffer() - Method in interface lameonj.encoder.std.EncoderConfig
size (bytes) of mp3 data buffered, but not yet encoded.
getSourceInputStream() - Method in interface lameonj.decoder.std.StreamDecoder
Returns the input stream used to decode.
getSourceInputStream() - Method in interface lameonj.encoder.std.StreamEncoder
Returns the input stream used to encode.
getStereo() - Method in class lame.std.mp3data_struct
 
getTotalframes() - Method in class lame.std.mp3data_struct
 
getTotalframes() - Method in interface lameonj.encoder.std.EncoderConfig
lame's estimate of the total number of frames to be encoded only valid if calling program set num_samples int CDECL lame_get_totalframes(const lame_global_flags *);
getVBR() - Method in interface lameonj.encoder.std.EncoderConfig
Types of VBR.
getVBRMaxBitrateKbps() - Method in interface lameonj.encoder.std.EncoderConfig
int CDECL lame_get_VBR_max_bitrate_kbps(const lame_global_flags *);
getVBRMeanBitrateKbps() - Method in interface lameonj.encoder.std.EncoderConfig
Ignored except for VBR=vbr_abr (ABR mode) int CDECL lame_get_VBR_mean_bitrate_kbps(const lame_global_flags *);
getVBRMinBitrateKbps() - Method in interface lameonj.encoder.std.EncoderConfig
int CDECL lame_get_VBR_min_bitrate_kbps(const lame_global_flags *);
getVBRq() - Method in interface lameonj.encoder.std.EncoderConfig
VBR quality level. 0=highest 9=lowest int CDECL lame_get_VBR_q(const lame_global_flags *);
getVersion() - Method in interface lameonj.encoder.blade.LAMEOnJBlade
Returns data about the LAME version used.
getVersion() - Method in interface lameonj.encoder.std.EncoderConfig
version 0=MPEG-2 1=MPEG-1 (2=MPEG-2.5) int CDECL lame_get_version(const lame_global_flags *);
getWBitrate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Returns the current value of wBitrate attribute.
getWBitrate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Returns the current value of wBitrate attribute.
getWBitrate() - Method in interface lameonj.encoder.blade.BeConfigAAC
Current implementation calls: return getAac().getWBitrate();
getWBitrate() - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: return getMp3().getWBitrate();
getWYear() - Method in class lame.blade.BE_VERSION
Returns the current value of wYear attribute.
getWYear() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getWYear();
getZHomepage() - Method in class lame.blade.BE_VERSION
Returns the current value of zHomepage attribute.
getZHomepageAsString() - Method in class lame.blade.BE_VERSION
Returns the zHomepage attribute as a String.
getZHomepageAsString() - Method in interface lameonj.encoder.blade.BeVersion
Current implementation calls: return getBE_VERSION().getZHomepageAsString();

H

header_parsed - Variable in class lame.std.mp3data_struct
 

I

initEncoding(int[], int[]) - Method in interface lameonj.encoder.std.GenericEncoder
Starts an encoding process.
initEncoding() - Method in interface lameonj.encoder.std.StreamEncoder
Starts a progressive encoding process.
initStream(BeConfig) - Method in interface lameonj.encoder.blade.LAMEOnJBlade
Creates (initializes) a new LAME encoding stream.
INSANE - Static variable in interface lame.std.preset_mode
 
isAnalysis() - Method in interface lameonj.encoder.std.EncoderConfig
1=cause Lame to collect data for an MP3 frame analyzer. default=0 int CDECL lame_get_analysis(const lame_global_flags *);
isATHonly() - Method in interface lameonj.encoder.std.EncoderConfig
only use ATH for masking int CDECL lame_get_ATHonly(const lame_global_flags *);
isATHshort() - Method in interface lameonj.encoder.std.EncoderConfig
only use ATH for short blocks int CDECL lame_get_ATHshort(const lame_global_flags *);
isBCopyright() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of bCopyright attribute.
isBCopyright() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Returns the current value of bCopyright attribute.
isBCopyright() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().isBCopyright();
isBCopyright() - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: return getMp3().isBCopyright();
isBCRC() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of bCRC attribute.
isBCRC() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Returns the current value of bCRC attribute.
isBCRC() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().isBCRC();
isBCRC() - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: return getMp3().isBCRC();
isBEnableVBR() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of bEnableVBR attribute.
isBEnableVBR() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().isBEnableVBR();
isBNoRes() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of bNoRes attribute.
isBNoRes() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().isBNoRes();
isBOriginal() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of bOriginal attribute.
isBOriginal() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Returns the current value of bOriginal attribute.
isBOriginal() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().isBOriginal();
isBOriginal() - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: return getMp3().isBOriginal();
isBPrivate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of bPrivate attribute.
isBPrivate() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Returns the current value of bPrivate attribute.
isBPrivate() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().isBPrivate();
isBPrivate() - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: return getMp3().isBPrivate();
isBStrictIso() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of bStrictIso attribute.
isBStrictIso() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().isBStrictIso();
isBWriteVBRHeader() - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Returns the current value of bWriteVBRHeader attribute.
isBWriteVBRHeader() - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: return getLHV1().isBWriteVBRHeader();
isBWriteVbrTag() - Method in interface lameonj.encoder.std.EncoderConfig
1 = write a Xing VBR header frame.
isClosed() - Method in interface lameonj.decoder.std.Decoder
Informs whether this decoder task is closed (finished).
isClosed() - Method in interface lameonj.encoder.std.Encoder
Informs whether this encoder is closed.
isCopyright() - Method in interface lameonj.encoder.std.EncoderConfig
mark as copyright.
isDecodeOnly() - Method in interface lameonj.encoder.std.EncoderConfig
1=decode only.
isDecodeOnTheFly() - Method in interface lameonj.encoder.std.EncoderConfig
decode on the fly.
isDecoderBlocked() - Method in interface lameonj.decoder.std.LAMEOnJStdDecoder
Informs whether there is an unfinished decoding task.
isDisableReservoir() - Method in interface lameonj.encoder.std.EncoderConfig
disable the bit reservoir.
isEmphasis() - Method in interface lameonj.encoder.std.EncoderConfig
Input PCM is emphased PCM (for instance from one of the rarely emphased CDs), it is STRONGLY not recommended to use this, because psycho does not take it into account, and last but not least many decoders ignore these bits int CDECL lame_get_emphasis(const lame_global_flags *);
isErrorProtection() - Method in interface lameonj.encoder.std.EncoderConfig
error_protection.
isFindPeakSample() - Method in interface lameonj.encoder.std.EncoderConfig
DEPRECATED: now does the same as lame_set_decode_on_the_fly() default = 0 (disabled) int CDECL lame_get_findPeakSample(const lame_global_flags *);
isFindReplayGain() - Method in interface lameonj.encoder.std.EncoderConfig
perform ReplayGain analysis?
isForceMs() - Method in interface lameonj.encoder.std.EncoderConfig
force_ms.
isForceShortBlocks() - Method in interface lameonj.encoder.std.EncoderConfig
force short blocks int CDECL lame_get_force_short_blocks(const lame_global_flags *);
isFreeFormat() - Method in interface lameonj.encoder.std.EncoderConfig
use free_format?
isMP3HeaderComplete() - Method in interface lameonj.decoder.std.Decoder
Informs whether parsed MP3 header data is enough to build the header of a WAV file.
isNoATH() - Method in interface lameonj.encoder.std.EncoderConfig
disable ATH int CDECL lame_get_noATH(const lame_global_flags *);
isNoShortBlocks() - Method in interface lameonj.encoder.std.EncoderConfig
disable short blocks int CDECL lame_get_no_short_blocks(const lame_global_flags *);
isOgg() - Method in interface lameonj.encoder.std.EncoderConfig
1=encode a Vorbis .ogg file.
isOpen() - Method in interface lameonj.encoder.blade.BeStream
Returns true if the encoding stream is open.
isOriginal() - Method in interface lameonj.encoder.std.EncoderConfig
mark as original.
isReplayGainDecode() - Method in interface lameonj.encoder.std.EncoderConfig
DEPRECATED: now does the same as lame_set_decode_on_the_fly() && lame_set_findReplayGain() default = 0 (disabled) int CDECL lame_get_ReplayGain_decode(const lame_global_flags *);
isReplayGainInput() - Method in interface lameonj.encoder.std.EncoderConfig
DEPRECATED: now does the same as lame_set_findReplayGain() default = 0 (disabled) int CDECL lame_get_ReplayGain_input(const lame_global_flags *);
isStrictISO() - Method in interface lameonj.encoder.std.EncoderConfig
enforce strict ISO compliance.
isUseTemporal() - Method in interface lameonj.encoder.std.EncoderConfig
use temporal masking effect (default = 1) int CDECL lame_get_useTemporal(const lame_global_flags *);
isVBRHardMin() - Method in interface lameonj.encoder.std.EncoderConfig
1=strictly enforce VBR_min_bitrate.

J

JOINT_STEREO - Static variable in interface lame.std.MPEG_mode
 

L

Lame - Class in lame.std
 
Lame() - Constructor for class lame.std.Lame
 
lame.blade - package lame.blade
Contains the symmetric Java elements of the LAME methods, structures and constants defined in the archive BladeMP3EncDLL.h and exported in lame_enc.dll and libmp3lame.so/.dylib .
lame.std - package lame.std
Contains the symmetric Java elements of the standard LAME methods, structures and constants defined in the archive lame.h and exported in lame_enc.dll and libmp3lame.so/.dylib .
LAME_BADBITRATE - Static variable in interface lame.std.lame_errorcodes_t
 
LAME_BADSAMPFREQ - Static variable in interface lame.std.lame_errorcodes_t
 
lame_bitrate_block_type_hist(lame_global_flags, int[][]) - Static method in class lame.std.Lame
See Lame.lame_bitrate_hist(lame_global_flags,int[]) void CDECL lame_bitrate_block_type_hist ( const lame_global_flags * const gfp, int bitrate_btype_count[14][6] );
lame_bitrate_hist(lame_global_flags, int[]) - Static method in class lame.std.Lame
 
lame_bitrate_kbps(lame_global_flags, int[]) - Static method in class lame.std.Lame
See Lame.lame_bitrate_hist(lame_global_flags,int[]) void CDECL lame_bitrate_kbps( const lame_global_flags *const gfp, int bitrate_kbps [14] );
lame_bitrate_stereo_mode_hist(lame_global_flags, int[][]) - Static method in class lame.std.Lame
See Lame.lame_bitrate_hist(lame_global_flags,int[]) void CDECL lame_bitrate_stereo_mode_hist ( const lame_global_flags * const gfp, int bitrate_stmode_count [14] [4] );
lame_block_type_hist(lame_global_flags, int[]) - Static method in class lame.std.Lame
See Lame.lame_bitrate_hist(lame_global_flags,int[]) void CDECL lame_block_type_hist ( const lame_global_flags * const gfp, int btype_count[6] );
lame_close(lame_global_flags) - Static method in class lame.std.Lame
REQUIRED: final call to free all remaining buffers int CDECL lame_close (lame_global_flags *);
lame_decode(byte[], int, short[], short[]) - Static method in class lame.std.Lame
input 1 mp3 frame, output (maybe) pcm data.
lame_decode(byte[], int, byte[], byte[]) - Static method in class lame.std.Lame
This is a convenience method using byte[] array instead of short[], the byte[] buffer used must be 2x the length of the analogous short[] version.
lame_decode1(byte[], int, short[], short[]) - Static method in class lame.std.Lame
same as lame_decode, but returns at most one frame int CDECL lame_decode1( unsigned char* mp3buf, int len, short pcm_l[], short pcm_r[] );
lame_decode1(byte[], int, byte[], byte[]) - Static method in class lame.std.Lame
This is a convenience method using byte[] array instead of short[], the byte[] buffer used must be 2x the length of the analogous short[] version.
lame_decode1_headers(byte[], int, short[], short[], mp3data_struct) - Static method in class lame.std.Lame
same as lame_decode1, but returns at most one frame and mp3 header data int CDECL lame_decode1_headers( unsigned char* mp3buf, int len, short pcm_l[], short pcm_r[], mp3data_struct* mp3data );
lame_decode1_headers(byte[], int, byte[], byte[], mp3data_struct) - Static method in class lame.std.Lame
This is a convenience method using byte[] array instead of short[], the byte[] buffer used must be 2x the length of the analogous short[] version.
lame_decode1_headersB(byte[], int, short[], short[], mp3data_struct, NativeInteger, NativeInteger) - Static method in class lame.std.Lame
same as lame_decode1_headers, but also returns enc_delay and enc_padding from VBR Info tag, (-1 if no info tag was found) int CDECL lame_decode1_headersB( unsigned char* mp3buf, int len, short pcm_l[], short pcm_r[], mp3data_struct* mp3data, int *enc_delay, int *enc_padding );
lame_decode1_headersB(byte[], int, byte[], byte[], mp3data_struct, NativeInteger, NativeInteger) - Static method in class lame.std.Lame
This is a convenience method using byte[] array instead of short[], the byte[] buffer used must be 2x the length of the analogous short[] version.
lame_decode_exit() - Static method in class lame.std.Lame
cleanup call to exit decoder int CDECL lame_decode_exit(void);
lame_decode_headers(byte[], int, short[], short[], mp3data_struct) - Static method in class lame.std.Lame
same as lame_decode, and also returns mp3 header data int CDECL lame_decode_headers( unsigned char* mp3buf, int len, short pcm_l[], short pcm_r[], mp3data_struct* mp3data );
lame_decode_headers(byte[], int, byte[], byte[], mp3data_struct) - Static method in class lame.std.Lame
This is a convenience method using byte[] array instead of short[], the byte[] buffer used must be 2x the length of the analogous short[] version.
lame_decode_init() - Static method in class lame.std.Lame
required call to initialize decoder NOTE: the decoder should not be used when encoding is performed with decoding on the fly int CDECL lame_decode_init(void);
lame_encode_buffer(lame_global_flags, short[], short[], int, byte[], int) - Static method in class lame.std.Lame
input pcm data, output (maybe) mp3 frames.
lame_encode_buffer(lame_global_flags, byte[], byte[], int, byte[], int) - Static method in class lame.std.Lame
This is a convenience method using byte[] array instead of short[], the byte[] buffer used must be 2x the length of the analogous short[] version.
lame_encode_buffer_float(lame_global_flags, float[], float[], int, byte[], int) - Static method in class lame.std.Lame
as lame_encode_buffer, but for 'float's. !!
lame_encode_buffer_int(lame_global_flags, int[], int[], int, byte[], int) - Static method in class lame.std.Lame
 
lame_encode_buffer_interleaved(lame_global_flags, short[], int, byte[], int) - Static method in class lame.std.Lame
as above (lame_encode_buffer), but input has L & R channel data interleaved.
lame_encode_buffer_interleaved(lame_global_flags, byte[], int, byte[], int) - Static method in class lame.std.Lame
This is a convenience method using byte[] array instead of short[], the byte[] buffer used must be 2x the length of the analogous short[] version.
lame_encode_buffer_long(lame_global_flags, int[], int[], int, byte[], int) - Static method in class lame.std.Lame
 
lame_encode_buffer_long2(lame_global_flags, int[], int[], int, byte[], int) - Static method in class lame.std.Lame
 
lame_encode_flush(lame_global_flags, byte[], int) - Static method in class lame.std.Lame
REQUIRED: lame_encode_flush will flush the intenal PCM buffers, padding with 0's to make sure the final frame is complete, and then flush the internal MP3 buffers, and thus may return a final few mp3 frames.
lame_encode_flush_nogap(lame_global_flags, byte[], int) - Static method in class lame.std.Lame
 
lame_errorcodes_t - Interface in lame.std
typedef enum { LAME_OKAY = 0, LAME_NOERROR = 0, LAME_GENERICERROR = -1, LAME_NOMEM = -10, LAME_BADBITRATE = -11, LAME_BADSAMPFREQ = -12, LAME_INTERNALERROR = -13, FRONTEND_READERROR = -80, FRONTEND_WRITEERROR = -81, FRONTEND_FILETOOLARGE = -82 } lame_errorcodes_t;
LAME_GENERICERROR - Static variable in interface lame.std.lame_errorcodes_t
 
lame_get_allow_diff_short(lame_global_flags) - Static method in class lame.std.Lame
allow blocktypes to differ between channels?
lame_get_analysis(lame_global_flags) - Static method in class lame.std.Lame
1=cause Lame to collect data for an MP3 frame analyzer. default=0 int CDECL lame_get_analysis(const lame_global_flags *);
lame_get_athaa_loudapprox(lame_global_flags) - Static method in class lame.std.Lame
select the loudness approximation used by the ATH adaptive auto-leveling int CDECL lame_get_athaa_loudapprox( const lame_global_flags *);
lame_get_athaa_sensitivity(lame_global_flags) - Static method in class lame.std.Lame
adjust (in dB) the point below which adaptive ATH level adjustment occurs float CDECL lame_get_athaa_sensitivity( const lame_global_flags* );
lame_get_athaa_type(lame_global_flags) - Static method in class lame.std.Lame
select ATH adaptive adjustment type int CDECL lame_get_athaa_type( const lame_global_flags *);
lame_get_ATHlower(lame_global_flags) - Static method in class lame.std.Lame
lower ATH by this many db floag CDECL lame_get_ATHlower(lame_global_flags *);
lame_get_ATHonly(lame_global_flags) - Static method in class lame.std.Lame
only use ATH for masking int CDECL lame_get_ATHonly(const lame_global_flags *);
lame_get_ATHshort(lame_global_flags) - Static method in class lame.std.Lame
only use ATH for short blocks int CDECL lame_get_ATHshort(const lame_global_flags *);
lame_get_ATHtype(lame_global_flags) - Static method in class lame.std.Lame
select ATH formula int CDECL lame_get_ATHtype(lame_global_flags *);
lame_get_AudiophileGain(lame_global_flags) - Static method in class lame.std.Lame
AudiophileGain value.
lame_get_brate(lame_global_flags) - Static method in class lame.std.Lame
set one of brate compression ratio.
lame_get_bWriteVbrTag(lame_global_flags) - Static method in class lame.std.Lame
1 = write a Xing VBR header frame.
lame_get_compression_ratio(lame_global_flags) - Static method in class lame.std.Lame
 
lame_get_copyright(lame_global_flags) - Static method in class lame.std.Lame
mark as copyright.
lame_get_cwlimit(lame_global_flags) - Static method in class lame.std.Lame
predictability limit (ISO tonality formula) int CDECL lame_get_cwlimit(const lame_global_flags *);
lame_get_decode_on_the_fly(lame_global_flags) - Static method in class lame.std.Lame
decode on the fly.
lame_get_decode_only(lame_global_flags) - Static method in class lame.std.Lame
1=decode only.
lame_get_disable_reservoir(lame_global_flags) - Static method in class lame.std.Lame
disable the bit reservoir.
lame_get_emphasis(lame_global_flags) - Static method in class lame.std.Lame
Input PCM is emphased PCM (for instance from one of the rarely emphased CDs), it is STRONGLY not recommended to use this, because psycho does not take it into account, and last but not least many decoders ignore these bits int CDECL lame_get_emphasis(const lame_global_flags *);
lame_get_encoder_delay(lame_global_flags) - Static method in class lame.std.Lame
encoder delay int CDECL lame_get_encoder_delay(const lame_global_flags *);
lame_get_encoder_padding(lame_global_flags) - Static method in class lame.std.Lame
padding appended to the input to make sure decoder can fully decode all input.
lame_get_error_protection(lame_global_flags) - Static method in class lame.std.Lame
error_protection.
lame_get_exp_nspsytune(lame_global_flags) - Static method in class lame.std.Lame
 
lame_get_experimentalX(lame_global_flags) - Static method in class lame.std.Lame
int CDECL lame_get_experimentalX(const lame_global_flags *);
lame_get_experimentalY(lame_global_flags) - Static method in class lame.std.Lame
another experimental option.
lame_get_experimentalZ(lame_global_flags) - Static method in class lame.std.Lame
another experimental option.
lame_get_extension(lame_global_flags) - Static method in class lame.std.Lame
MP3 'private extension' bit Meaningless.
lame_get_findPeakSample(lame_global_flags) - Static method in class lame.std.Lame
DEPRECATED: now does the same as lame_set_decode_on_the_fly() default = 0 (disabled) int CDECL lame_get_findPeakSample(const lame_global_flags *);
lame_get_findReplayGain(lame_global_flags) - Static method in class lame.std.Lame
perform ReplayGain analysis?
lame_get_force_ms(lame_global_flags) - Static method in class lame.std.Lame
force_ms.
lame_get_force_short_blocks(lame_global_flags) - Static method in class lame.std.Lame
force short blocks int CDECL lame_get_force_short_blocks(const lame_global_flags *);
lame_get_frameNum(lame_global_flags) - Static method in class lame.std.Lame
number of frames encoded so far int CDECL lame_get_frameNum(const lame_global_flags *);
lame_get_framesize(lame_global_flags) - Static method in class lame.std.Lame
size of MPEG frame int CDECL lame_get_framesize(const lame_global_flags *);
lame_get_free_format(lame_global_flags) - Static method in class lame.std.Lame
use free_format?
lame_get_highpassfreq(lame_global_flags) - Static method in class lame.std.Lame
freq in Hz to apply highpass.
lame_get_highpasswidth(lame_global_flags) - Static method in class lame.std.Lame
width of transition band, in Hz.
lame_get_in_samplerate(lame_global_flags) - Static method in class lame.std.Lame
input sample rate in Hz.
lame_get_interChRatio(lame_global_flags) - Static method in class lame.std.Lame
use temporal masking effect (default = 1) float CDECL lame_get_interChRatio(const lame_global_flags *);
lame_get_lowpassfreq(lame_global_flags) - Static method in class lame.std.Lame
freq in Hz to apply lowpass.
lame_get_lowpasswidth(lame_global_flags) - Static method in class lame.std.Lame
width of transition band, in Hz.
lame_get_mf_samples_to_encode(lame_global_flags) - Static method in class lame.std.Lame
number of PCM samples buffered, but not yet encoded to mp3 data.
lame_get_mode(lame_global_flags) - Static method in class lame.std.Lame
mode = 0,1,2,3 = stereo, jstereo, dual channel (not supported), mono default: lame picks based on compression ration and input channels MPEG_mode CDECL lame_get_mode(const lame_global_flags *);
lame_get_mode_automs(lame_global_flags) - Static method in class lame.std.Lame
mode_automs.
lame_get_msfix(lame_global_flags) - Static method in class lame.std.Lame
float CDECL lame_get_msfix(const lame_global_flags *);
lame_get_no_short_blocks(lame_global_flags) - Static method in class lame.std.Lame
disable short blocks int CDECL lame_get_no_short_blocks(const lame_global_flags *);
lame_get_noATH(lame_global_flags) - Static method in class lame.std.Lame
disable ATH int CDECL lame_get_noATH(const lame_global_flags *);
lame_get_noclipGainChange(lame_global_flags) - Static method in class lame.std.Lame
Gain change required for preventing clipping.
lame_get_noclipScale(lame_global_flags) - Static method in class lame.std.Lame
user-specified scale factor required for preventing clipping.
lame_get_nogap_currentindex(lame_global_flags) - Static method in class lame.std.Lame
counter for gapless encoding int CDECL lame_get_nogap_currentindex(const lame_global_flags*);
lame_get_nogap_total(lame_global_flags) - Static method in class lame.std.Lame
counter for gapless encoding int CDECL lame_get_nogap_total(const lame_global_flags*);
lame_get_num_channels(lame_global_flags) - Static method in class lame.std.Lame
number of channels in input stream. default=2 int CDECL lame_get_num_channels(const lame_global_flags *);
lame_get_num_samples(lame_global_flags) - Static method in class lame.std.Lame
number of samples.
lame_get_ogg(lame_global_flags) - Static method in class lame.std.Lame
1=encode a Vorbis .ogg file.
lame_get_original(lame_global_flags) - Static method in class lame.std.Lame
mark as original.
lame_get_out_samplerate(lame_global_flags) - Static method in class lame.std.Lame
output sample rate in Hz.
lame_get_padding_type(lame_global_flags) - Static method in class lame.std.Lame
padding_type. 0=pad no frames 1=pad all frames 2=adjust padding(default) Padding_type CDECL lame_get_padding_type(const lame_global_flags *);
lame_get_PeakSample(lame_global_flags) - Static method in class lame.std.Lame
the peak sample float CDECL lame_get_PeakSample(const lame_global_flags *);
lame_get_quality(lame_global_flags) - Static method in class lame.std.Lame
internal algorithm selection.
lame_get_quant_comp(lame_global_flags) - Static method in class lame.std.Lame
select a different "best quantization" function. default=0 int CDECL lame_get_quant_comp(const lame_global_flags *);
lame_get_quant_comp_short(lame_global_flags) - Static method in class lame.std.Lame
select a different "best quantization" function. default=0 int CDECL lame_get_quant_comp_short(const lame_global_flags *);
lame_get_RadioGain(lame_global_flags) - Static method in class lame.std.Lame
RadioGain value.
lame_get_ReplayGain_decode(lame_global_flags) - Static method in class lame.std.Lame
DEPRECATED: now does the same as lame_set_decode_on_the_fly() && lame_set_findReplayGain() default = 0 (disabled) int CDECL lame_get_ReplayGain_decode(const lame_global_flags *);
lame_get_ReplayGain_input(lame_global_flags) - Static method in class lame.std.Lame
DEPRECATED: now does the same as lame_set_findReplayGain() default = 0 (disabled) int CDECL lame_get_ReplayGain_input(const lame_global_flags *);
lame_get_scale(lame_global_flags) - Static method in class lame.std.Lame
scale the input by this amount before encoding.
lame_get_scale_left(lame_global_flags) - Static method in class lame.std.Lame
scale the channel 0 (left) input by this amount before encoding.
lame_get_scale_right(lame_global_flags) - Static method in class lame.std.Lame
scale the channel 1 (right) input by this amount before encoding.
lame_get_size_mp3buffer(lame_global_flags) - Static method in class lame.std.Lame
size (bytes) of mp3 data buffered, but not yet encoded.
lame_get_strict_ISO(lame_global_flags) - Static method in class lame.std.Lame
enforce strict ISO compliance.
lame_get_totalframes(lame_global_flags) - Static method in class lame.std.Lame
lame's estimate of the total number of frames to be encoded only valid if calling program set num_samples int CDECL lame_get_totalframes(const lame_global_flags *);
lame_get_useTemporal(lame_global_flags) - Static method in class lame.std.Lame
use temporal masking effect (default = 1) int CDECL lame_get_useTemporal(const lame_global_flags *);
lame_get_VBR(lame_global_flags) - Static method in class lame.std.Lame
Types of VBR.
lame_get_VBR_hard_min(lame_global_flags) - Static method in class lame.std.Lame
1=strictly enforce VBR_min_bitrate.
lame_get_VBR_max_bitrate_kbps(lame_global_flags) - Static method in class lame.std.Lame
int CDECL lame_get_VBR_max_bitrate_kbps(const lame_global_flags *);
lame_get_VBR_mean_bitrate_kbps(lame_global_flags) - Static method in class lame.std.Lame
Ignored except for VBR=vbr_abr (ABR mode) int CDECL lame_get_VBR_mean_bitrate_kbps(const lame_global_flags *);
lame_get_VBR_min_bitrate_kbps(lame_global_flags) - Static method in class lame.std.Lame
int CDECL lame_get_VBR_min_bitrate_kbps(const lame_global_flags *);
lame_get_VBR_q(lame_global_flags) - Static method in class lame.std.Lame
VBR quality level. 0=highest 9=lowest int CDECL lame_get_VBR_q(const lame_global_flags *);
lame_get_version(lame_global_flags) - Static method in class lame.std.Lame
version 0=MPEG-2 1=MPEG-1 (2=MPEG-2.5) int CDECL lame_get_version(const lame_global_flags *);
lame_global_flags - Class in lame.std
 
lame_global_flags() - Constructor for class lame.std.lame_global_flags
Creates a new instance of lame_global_flags
lame_init() - Static method in class lame.std.Lame
REQUIRED: initialize the encoder.
lame_init_bitstream(lame_global_flags) - Static method in class lame.std.Lame
 
lame_init_old(lame_global_flags) - Static method in class lame.std.Lame
obsolete version int CDECL lame_init_old(lame_global_flags *);
lame_init_params(lame_global_flags) - Static method in class lame.std.Lame
REQUIRED: sets more internal configuration based on data provided above.
LAME_INTERNALERROR - Static variable in interface lame.std.lame_errorcodes_t
 
lame_mp3_tags_fid(lame_global_flags, FileUtil.FILE) - Static method in class lame.std.Lame
OPTIONAL: lame_mp3_tags_fid will append a Xing VBR tag to the mp3 file with file pointer fid.
LAME_NOERROR - Static variable in interface lame.std.lame_errorcodes_t
 
LAME_NOMEM - Static variable in interface lame.std.lame_errorcodes_t
 
LAME_OKAY - Static variable in interface lame.std.lame_errorcodes_t
 
lame_print_config(lame_global_flags) - Static method in class lame.std.Lame
 
lame_print_internals(lame_global_flags) - Static method in class lame.std.Lame
void CDECL lame_print_internals( const lame_global_flags *gfp);
LAME_QUALITY_PRESET - Interface in lame.blade
The LAME_QUALITY_PRESET interface is the Java symmetric representation of the corresponding C LAME enumeration as declared in the file BladeMP3EncDLL.h.
lame_set_allow_diff_short(lame_global_flags, int) - Static method in class lame.std.Lame
allow blocktypes to differ between channels?
lame_set_analysis(lame_global_flags, int) - Static method in class lame.std.Lame
1=cause Lame to collect data for an MP3 frame analyzer. default=0 int CDECL lame_set_analysis(lame_global_flags *, int);
lame_set_asm_optimizations(lame_global_flags, int, int) - Static method in class lame.std.Lame
int CDECL lame_set_asm_optimizations( lame_global_flags* gfp, int, int );
lame_set_athaa_loudapprox(lame_global_flags, int) - Static method in class lame.std.Lame
select the loudness approximation used by the ATH adaptive auto-leveling int CDECL lame_set_athaa_loudapprox( lame_global_flags *, int);
lame_set_athaa_sensitivity(lame_global_flags, float) - Static method in class lame.std.Lame
adjust (in dB) the point below which adaptive ATH level adjustment occurs int CDECL lame_set_athaa_sensitivity( lame_global_flags *, float);
lame_set_athaa_type(lame_global_flags, int) - Static method in class lame.std.Lame
select ATH adaptive adjustment type int CDECL lame_set_athaa_type( lame_global_flags *, int);
lame_set_ATHlower(lame_global_flags, float) - Static method in class lame.std.Lame
lower ATH by this many db int CDECL lame_set_ATHlower(lame_global_flags *, float);
lame_set_ATHonly(lame_global_flags, int) - Static method in class lame.std.Lame
only use ATH for masking int CDECL lame_set_ATHonly(lame_global_flags *, int);
lame_set_ATHshort(lame_global_flags, int) - Static method in class lame.std.Lame
only use ATH for short blocks int CDECL lame_set_ATHshort(lame_global_flags *, int);
lame_set_ATHtype(lame_global_flags, int) - Static method in class lame.std.Lame
select ATH formula int CDECL lame_set_ATHtype(lame_global_flags *, int);
lame_set_brate(lame_global_flags, int) - Static method in class lame.std.Lame
set one of brate compression ratio.
lame_set_bWriteVbrTag(lame_global_flags, int) - Static method in class lame.std.Lame
1 = write a Xing VBR header frame.
lame_set_compression_ratio(lame_global_flags, float) - Static method in class lame.std.Lame
 
lame_set_copyright(lame_global_flags, int) - Static method in class lame.std.Lame
mark as copyright.
lame_set_cwlimit(lame_global_flags, int) - Static method in class lame.std.Lame
predictability limit (ISO tonality formula) int CDECL lame_set_cwlimit(lame_global_flags *, int);
lame_set_debugf(lame_global_flags, LameMsgCallback) - Static method in class lame.std.Lame
OPTIONAL: Set printf like error/debug/message reporting functions.
lame_set_decode_on_the_fly(lame_global_flags, int) - Static method in class lame.std.Lame
decode on the fly.
lame_set_decode_only(lame_global_flags, int) - Static method in class lame.std.Lame
1=decode only.
lame_set_disable_reservoir(lame_global_flags, int) - Static method in class lame.std.Lame
disable the bit reservoir.
lame_set_emphasis(lame_global_flags, int) - Static method in class lame.std.Lame
Input PCM is emphased PCM (for instance from one of the rarely emphased CDs), it is STRONGLY not recommended to use this, because psycho does not take it into account, and last but not least many decoders ignore these bits int CDECL lame_set_emphasis(lame_global_flags *, int);
lame_set_error_protection(lame_global_flags, int) - Static method in class lame.std.Lame
error_protection.
lame_set_errorf(lame_global_flags, LameMsgCallback) - Static method in class lame.std.Lame
OPTIONAL: Set printf like error/debug/message reporting functions.
lame_set_exp_nspsytune(lame_global_flags, int) - Static method in class lame.std.Lame
 
lame_set_exp_nspsytune2_int(lame_global_flags, int, int) - Static method in class lame.std.Lame
int lame_set_exp_nspsytune2_int( lame_global_flags*, int, int);
lame_set_exp_nspsytune2_pointer(lame_global_flags, int, int) - Static method in class lame.std.Lame
void * lame_set_exp_nspsytune2_pointer( lame_global_flags*, int, void *);
lame_set_exp_nspsytune2_real(lame_global_flags, int, float) - Static method in class lame.std.Lame
float lame_set_exp_nspsytune2_real( lame_global_flags*, int, float);
lame_set_experimentalX(lame_global_flags, int) - Static method in class lame.std.Lame
int CDECL lame_set_experimentalX(lame_global_flags *, int);
lame_set_experimentalY(lame_global_flags, int) - Static method in class lame.std.Lame
another experimental option.
lame_set_experimentalZ(lame_global_flags, int) - Static method in class lame.std.Lame
another experimental option.
lame_set_extension(lame_global_flags, int) - Static method in class lame.std.Lame
MP3 'private extension' bit Meaningless.
lame_set_findPeakSample(lame_global_flags, int) - Static method in class lame.std.Lame
DEPRECATED: now does the same as lame_set_decode_on_the_fly() default = 0 (disabled) int CDECL lame_set_findPeakSample(lame_global_flags *, int);
lame_set_findReplayGain(lame_global_flags, int) - Static method in class lame.std.Lame
perform ReplayGain analysis?
lame_set_force_ms(lame_global_flags, int) - Static method in class lame.std.Lame
force_ms.
lame_set_force_short_blocks(lame_global_flags, int) - Static method in class lame.std.Lame
force short blocks int CDECL lame_set_force_short_blocks(lame_global_flags *, int);
lame_set_free_format(lame_global_flags, int) - Static method in class lame.std.Lame
use free_format?
lame_set_highpassfreq(lame_global_flags, int) - Static method in class lame.std.Lame
freq in Hz to apply highpass.
lame_set_highpasswidth(lame_global_flags, int) - Static method in class lame.std.Lame
width of transition band, in Hz.
lame_set_in_samplerate(lame_global_flags, int) - Static method in class lame.std.Lame
input sample rate in Hz.
lame_set_interChRatio(lame_global_flags, float) - Static method in class lame.std.Lame
use temporal masking effect (default = 1) int CDECL lame_set_interChRatio(lame_global_flags *, float);
lame_set_lowpassfreq(lame_global_flags, int) - Static method in class lame.std.Lame
freq in Hz to apply lowpass.
lame_set_lowpasswidth(lame_global_flags, int) - Static method in class lame.std.Lame
width of transition band, in Hz.
lame_set_mode(lame_global_flags, int) - Static method in class lame.std.Lame
mode = 0,1,2,3 = stereo, jstereo, dual channel (not supported), mono default: lame picks based on compression ration and input channels int CDECL lame_set_mode(lame_global_flags *, MPEG_mode);
lame_set_mode_automs(lame_global_flags, int) - Static method in class lame.std.Lame
mode_automs.
lame_set_msfix(lame_global_flags, double) - Static method in class lame.std.Lame
void CDECL lame_set_msfix(lame_global_flags *, double);
lame_set_msgf(lame_global_flags, LameMsgCallback) - Static method in class lame.std.Lame
OPTIONAL: Set printf like error/debug/message reporting functions.
lame_set_no_short_blocks(lame_global_flags, int) - Static method in class lame.std.Lame
disable short blocks int CDECL lame_set_no_short_blocks(lame_global_flags *, int);
lame_set_noATH(lame_global_flags, int) - Static method in class lame.std.Lame
disable ATH int CDECL lame_set_noATH(lame_global_flags *, int);
lame_set_nogap_currentindex(lame_global_flags, int) - Static method in class lame.std.Lame
counter for gapless encoding int CDECL lame_set_nogap_currentindex(lame_global_flags* , int);
lame_set_nogap_total(lame_global_flags, int) - Static method in class lame.std.Lame
counter for gapless encoding int CDECL lame_set_nogap_total(lame_global_flags*, int);
lame_set_num_channels(lame_global_flags, int) - Static method in class lame.std.Lame
number of channels in input stream. default=2 int CDECL lame_set_num_channels(lame_global_flags *, int);
lame_set_num_samples(lame_global_flags, int) - Static method in class lame.std.Lame
number of samples.
lame_set_ogg(lame_global_flags, int) - Static method in class lame.std.Lame
1=encode a Vorbis .ogg file.
lame_set_original(lame_global_flags, int) - Static method in class lame.std.Lame
mark as original.
lame_set_out_samplerate(lame_global_flags, int) - Static method in class lame.std.Lame
output sample rate in Hz.
lame_set_padding_type(lame_global_flags, int) - Static method in class lame.std.Lame
padding_type. 0=pad no frames 1=pad all frames 2=adjust padding(default) int CDECL lame_set_padding_type(lame_global_flags *, Padding_type);
lame_set_preset(lame_global_flags, int) - Static method in class lame.std.Lame
int CDECL lame_set_preset( lame_global_flags* gfp, int );
lame_set_preset_expopts(lame_global_flags, int) - Static method in class lame.std.Lame
for preset int CDECL lame_set_preset_expopts(lame_global_flags *, int);
lame_set_quality(lame_global_flags, int) - Static method in class lame.std.Lame
internal algorithm selection.
lame_set_quant_comp(lame_global_flags, int) - Static method in class lame.std.Lame
select a different "best quantization" function. default=0 int CDECL lame_set_quant_comp(lame_global_flags *, int);
lame_set_quant_comp_short(lame_global_flags, int) - Static method in class lame.std.Lame
select a different "best quantization" function. default=0 int CDECL lame_set_quant_comp_short(lame_global_flags *, int);
lame_set_ReplayGain_decode(lame_global_flags, int) - Static method in class lame.std.Lame
DEPRECATED: now does the same as lame_set_decode_on_the_fly() && lame_set_findReplayGain() default = 0 (disabled) int CDECL lame_set_ReplayGain_decode(lame_global_flags *, int);
lame_set_ReplayGain_input(lame_global_flags, int) - Static method in class lame.std.Lame
DEPRECATED: now does the same as lame_set_findReplayGain() default = 0 (disabled) int CDECL lame_set_ReplayGain_input(lame_global_flags *, int);
lame_set_scale(lame_global_flags, float) - Static method in class lame.std.Lame
scale the input by this amount before encoding.
lame_set_scale_left(lame_global_flags, float) - Static method in class lame.std.Lame
scale the channel 0 (left) input by this amount before encoding.
lame_set_scale_right(lame_global_flags, float) - Static method in class lame.std.Lame
scale the channel 1 (right) input by this amount before encoding.
lame_set_strict_ISO(lame_global_flags, int) - Static method in class lame.std.Lame
enforce strict ISO compliance.
lame_set_useTemporal(lame_global_flags, int) - Static method in class lame.std.Lame
use temporal masking effect (default = 1) int CDECL lame_set_useTemporal(lame_global_flags *, int);
lame_set_VBR(lame_global_flags, int) - Static method in class lame.std.Lame
Types of VBR.
lame_set_VBR_hard_min(lame_global_flags, int) - Static method in class lame.std.Lame
1=strictly enforce VBR_min_bitrate.
lame_set_VBR_max_bitrate_kbps(lame_global_flags, int) - Static method in class lame.std.Lame
int CDECL lame_set_VBR_max_bitrate_kbps(const lame_global_flags *);
lame_set_VBR_mean_bitrate_kbps(lame_global_flags, int) - Static method in class lame.std.Lame
Ignored except for VBR=vbr_abr (ABR mode) int CDECL lame_set_VBR_mean_bitrate_kbps(lame_global_flags *, int);
lame_set_VBR_min_bitrate_kbps(lame_global_flags, int) - Static method in class lame.std.Lame
int CDECL lame_set_VBR_min_bitrate_kbps(const lame_global_flags *);
lame_set_VBR_q(lame_global_flags, int) - Static method in class lame.std.Lame
VBR quality level. 0=highest 9=lowest int CDECL lame_set_VBR_q(lame_global_flags *, int);
lame_stereo_mode_hist(lame_global_flags, int[]) - Static method in class lame.std.Lame
See Lame.lame_bitrate_hist(lame_global_flags,int[]) void CDECL lame_stereo_mode_hist( const lame_global_flags *const gfp, int stereo_mode_count[4] );
lame_version_t - Class in lame.std
typedef struct { // generic LAME version int major; int minor; int alpha; // 0 if not an alpha version int beta; // 0 if not a beta version // version of the psy model int psy_major; int psy_minor; int psy_alpha; // 0 if not an alpha version int psy_beta; // 0 if not a beta version // compile time features const char *features; // Don't make assumptions about the contents!
lame_version_t() - Constructor for class lame.std.lame_version_t
Creates a new instance of lame_version_t
LameMsgCallback - Class in lame.std
 
LameMsgCallback() - Constructor for class lame.std.LameMsgCallback
Creates a new instance of LameMsgCallback
lameonj - package lameonj
Contains the object oriented Java wrappers of the C methods, structures and constants of the LAME API.
LAMEOnJ - Interface in lameonj
The LAMEOnJ is the starting object of the LAMEOnJ utilities using an object oriented fashion to work with the LAME reflected C elements.
lameonj.decoder.std - package lameonj.decoder.std
Contains the object oriented Java wrappers of the C methods, structures and constants of the LAME standard API for decoding.
lameonj.encoder.blade - package lameonj.encoder.blade
Contains the object oriented Java wrappers of the C methods, structures and constants of the LAME Blade MP3 Encoder API.
lameonj.encoder.std - package lameonj.encoder.std
Contains the object oriented Java wrappers of the C methods, structures and constants of the LAME standard API for encoding.
LAMEOnJBlade - Interface in lameonj.encoder.blade
The LAMEOnJBlade is the starting interface of the LAMEOnJ utilities using an object oriented fashion to work with the LAME reflected C elements using the Blade MP3 Encoder API.
LAMEOnJBoot - Class in lameonj
LAMEOnJBoot is the root factory of LAMEOnJ.
LAMEOnJBoot() - Constructor for class lameonj.LAMEOnJBoot
Creates a new instance of LAMEOnJ
LAMEOnJException - Exception in lameonj
The LAMEOnJException is the exception class used to throw errors detected inside the LAMEOnJ library.
LAMEOnJException(String) - Constructor for exception lameonj.LAMEOnJException
Constructs a new exception with the specified detail message.
LAMEOnJException(String, Throwable) - Constructor for exception lameonj.LAMEOnJException
Constructs a new exception with the specified detail message and cause.
LAMEOnJException(Throwable) - Constructor for exception lameonj.LAMEOnJException
Constructs a new exception with the specified cause.
LAMEOnJException(String, int) - Constructor for exception lameonj.LAMEOnJException
Constructs a new exception with the specified LAME error code.
LAMEOnJStdDecoder - Interface in lameonj.decoder.std
The LAMEOnJStdDecoder is the starting interface of the LAMEOnJ decoder using an object oriented fashion to work with the LAME reflected C methods using the LAME standard API.
LAMEOnJStdEncoder - Interface in lameonj.encoder.std
The LAMEOnJStdEncoder is the starting interface of the LAMEOnJ encoder using an object oriented fashion to work with the LAME reflected C methods using the LAME standard API.
LHV1 - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT
 
LQP_ABR - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_AM - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_CBR - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_CD - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_EXTREME - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_FAST_EXTREME - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_FAST_MEDIUM - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_FAST_STANDARD - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_FM - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_HIFI - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_HIGH_QUALITY - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_INSANE - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_LOW_QUALITY - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_MEDIUM - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_NOPRESET - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_NORMAL_QUALITY - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_PHONE - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_R3MIX - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_RADIO - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_STANDARD - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_STUDIO - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_SW - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_TAPE - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_VERYHIGH_QUALITY - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_VOICE - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 
LQP_VOICE_QUALITY - Static variable in interface lame.blade.LAME_QUALITY_PRESET
 

M

major - Variable in class lame.std.lame_version_t
 
MAX_INDICATOR - Static variable in interface lame.std.MPEG_mode
 
MEDIUM - Static variable in interface lame.std.preset_mode
 
MEDIUM_FAST - Static variable in interface lame.std.preset_mode
 
minor - Variable in class lame.std.lame_version_t
 
MMX - Static variable in interface lame.std.asm_optimizations
 
mode - Variable in class lame.std.mp3data_struct
 
mode_ext - Variable in class lame.std.mp3data_struct
 
MONO - Static variable in interface lame.std.MPEG_mode
 
mp3 - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT
 
mp3data_struct - Class in lame.std
typedef struct { int header_parsed; // 1 if header was parsed and following data was computed int stereo; // number of channels int samplerate; // sample rate int bitrate; // bitrate int mode; // mp3 frame type int mode_ext; // mp3 frame type int framesize; // number of samples per mp3 frame // this data is only computed if mpglib detects a Xing VBR header unsigned long nsamp; // number of samples in mp3 file.
mp3data_struct() - Constructor for class lame.std.mp3data_struct
Creates a new instance of mp3data_struct
MPEG1 - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define MPEG1 1
MPEG2 - Static variable in class lame.blade.BladeMP3EncDLL
Corresponds to C declaration: #define MPEG1 0
MPEG_mode - Interface in lame.std
MPEG modes: typedef enum MPEG_mode_e { STEREO = 0, JOINT_STEREO, DUAL_CHANNEL, // LAME doesn't supports this!
msg(String, int) - Method in class lame.std.LameMsgCallback
 

N

newBeConfig() - Method in interface lameonj.encoder.blade.LAMEOnJBlade
Creates a new generic configuration object.
newBeConfigAAC() - Method in interface lameonj.encoder.blade.LAMEOnJBlade
Creates a new configuration object using the aac attribute.
newBeConfigLHV1() - Method in interface lameonj.encoder.blade.LAMEOnJBlade
Creates a new configuration object using the LHV1 attribute.
newBeConfigMP3() - Method in interface lameonj.encoder.blade.LAMEOnJBlade
Creates a new configuration object using the mp3 attribute.
nMode - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
NOT_SET - Static variable in interface lame.std.MPEG_mode
 
nPreset - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
nQuality - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
nsamp - Variable in class lame.std.mp3data_struct
 
nVbrMethod - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 
nVBRQuality - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
 

P

PAD_ADJUST - Static variable in interface lame.std.Padding_type
 
PAD_ALL - Static variable in interface lame.std.Padding_type
 
PAD_MAX_INDICATOR - Static variable in interface lame.std.Padding_type
 
PAD_NO - Static variable in interface lame.std.Padding_type
 
Padding_type - Interface in lame.std
Padding types: typedef enum Padding_type_e { PAD_NO = 0, PAD_ALL, PAD_ADJUST, PAD_MAX_INDICATOR // Don't use this!
PCMFrame - Interface in lameonj.decoder.std
This interface represents a mono/stereo PCM frame.
preset_mode - Interface in lame.std
Presets: typedef enum preset_mode_e { //values from 8 to 320 should be reserved for abr bitrates //for abr I'd suggest to directly use the targeted bitrate as a value ABR_8 = 8, ABR_320 = 320, V9 = 410, // Vx to match Lame and VBR_xx to match FhG VBR_10 = 410, V8 = 420, VBR_20 = 420, V7 = 430, VBR_30 = 430, V6 = 440, VBR_40 = 440, V5 = 450, VBR_50 = 450, V4 = 460, VBR_60 = 460, V3 = 470, VBR_70 = 470, V2 = 480, VBR_80 = 480, V1 = 490, VBR_90 = 490, V0 = 500, VBR_100 = 500, //still there for compatibility R3MIX = 1000, STANDARD = 1001, EXTREME = 1002, INSANE = 1003, STANDARD_FAST = 1004, EXTREME_FAST = 1005, MEDIUM = 1006, MEDIUM_FAST = 1007 } preset_mode;
printConfig() - Method in interface lameonj.encoder.std.EncoderConfig
 
printInternals() - Method in interface lameonj.encoder.std.EncoderConfig
void CDECL lame_print_internals( const lame_global_flags *gfp);
psy_alpha - Variable in class lame.std.lame_version_t
 
psy_beta - Variable in class lame.std.lame_version_t
 
PSY_GPSYCHO - Static variable in interface lame.std.Psy_model
 
psy_major - Variable in class lame.std.lame_version_t
 
psy_minor - Variable in class lame.std.lame_version_t
 
Psy_model - Interface in lame.std
Psychoacoustic model: typedef enum Psy_model_e { PSY_GPSYCHO = 1, PSY_NSPSYTUNE = 2 } Psy_model;
PSY_NSPSYTUNE - Static variable in interface lame.std.Psy_model
 

R

R3MIX - Static variable in interface lame.std.preset_mode
 

S

samplerate - Variable in class lame.std.mp3data_struct
 
setAllowDiffShort(int) - Method in interface lameonj.encoder.std.EncoderConfig
allow blocktypes to differ between channels?
setAlpha(int) - Method in class lame.std.lame_version_t
 
setAnalysis(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
1=cause Lame to collect data for an MP3 frame analyzer. default=0 int CDECL lame_set_analysis(lame_global_flags *, int);
setAsmOptimizations(int, int) - Method in interface lameonj.encoder.std.EncoderConfig
int CDECL lame_set_asm_optimizations( lame_global_flags* gfp, int, int );
setAthaaLoudapprox(int) - Method in interface lameonj.encoder.std.EncoderConfig
select the loudness approximation used by the ATH adaptive auto-leveling int CDECL lame_set_athaa_loudapprox( lame_global_flags *, int);
setAthaaSensitivity(float) - Method in interface lameonj.encoder.std.EncoderConfig
adjust (in dB) the point below which adaptive ATH level adjustment occurs int CDECL lame_set_athaa_sensitivity( lame_global_flags *, float);
setAthaaType(int) - Method in interface lameonj.encoder.std.EncoderConfig
select ATH adaptive adjustment type int CDECL lame_set_athaa_type( lame_global_flags *, int);
setATHlower(float) - Method in interface lameonj.encoder.std.EncoderConfig
lower ATH by this many db int CDECL lame_set_ATHlower(lame_global_flags *, float);
setATHonly(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
only use ATH for masking int CDECL lame_set_ATHonly(lame_global_flags *, int);
setATHshort(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
only use ATH for short blocks int CDECL lame_set_ATHshort(lame_global_flags *, int);
setATHtype(int) - Method in interface lameonj.encoder.std.EncoderConfig
select ATH formula int CDECL lame_set_ATHtype(lame_global_flags *, int);
setBCopyright(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the bCopyright attribute.
setBCopyright(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Sets the value of the bCopyright attribute.
setBCopyright(boolean) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBCopyright(bCopyright);
setBCopyright(boolean) - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: getMp3().setBCopyright(bCopyright);
setBCRC(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the bCRC attribute.
setBCRC(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Sets the value of the bCRC attribute.
setBCRC(boolean) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBCRC(bCRC);
setBCRC(boolean) - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: getMp3().setBCRC(bCRC);
setBEnableVBR(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the bEnableVBR attribute.
setBEnableVBR(boolean) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBEnableVBR(bEnableVBR);
setBeta(int) - Method in class lame.std.lame_version_t
 
setBitrate(int) - Method in class lame.std.mp3data_struct
 
setBNoRes(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the bNoRes attribute.
setBNoRes(boolean) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBNoRes(bNoRes);
setBOriginal(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the bOriginal attribute.
setBOriginal(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Sets the value of the bOriginal attribute.
setBOriginal(boolean) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBOriginal(bOriginal);
setBOriginal(boolean) - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: getMp3().setBOriginal(bOriginal);
setBPrivate(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the bPrivate attribute.
setBPrivate(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Sets the value of the bPrivate attribute.
setBPrivate(boolean) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBPrivate(bPrivate);
setBPrivate(boolean) - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: getMp3().setBPrivate(bPrivate);
setBrate(int) - Method in interface lameonj.encoder.std.EncoderConfig
set one of brate compression ratio.
setBStrictIso(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the bStrictIso attribute.
setBStrictIso(boolean) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBStrictIso(bStrictIso);
setBtReserved(byte[]) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the btReserved attribute.
setBtReserved(byte[]) - Method in class lame.blade.BE_VERSION
Sets the value of the btReserved attribute.
setBtReserved(byte[]) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBtReserved(btReserved);
setBWriteVBRHeader(boolean) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the bWriteVBRHeader attribute.
setBWriteVBRHeader(boolean) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setBWriteVBRHeader(bWriteVBRHeader);
setBWriteVbrTag(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
1 = write a Xing VBR header frame.
setByAlphaLevel(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byAlphaLevel attribute.
setByBetaLevel(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byBetaLevel attribute.
setByDay(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byDay attribute.
setByDLLMajorVersion(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byDLLMajorVersion attribute.
setByDLLMinorVersion(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byDLLMinorVersion attribute.
setByEncodingMethod(byte) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Sets the value of the byEncodingMethod attribute.
setByEncodingMethod(byte) - Method in interface lameonj.encoder.blade.BeConfigAAC
Current implementation calls: getAac().setByEncodingMethod(byEncodingMethod);
setByMajorVersion(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byMajorVersion attribute.
setByMinorVersion(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byMinorVersion attribute.
setByMMXEnabled(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byMMXEnabled attribute.
setByMode(byte) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Sets the value of the byMode attribute.
setByMode(byte) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Sets the value of the byMode attribute.
setByMode(byte) - Method in interface lameonj.encoder.blade.BeConfigAAC
Current implementation calls: getAac().setByMode(byMode);
setByMode(byte) - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: getMp3().setByMode(byMode);
setByMonth(byte) - Method in class lame.blade.BE_VERSION
Sets the value of the byMonth attribute.
setCompressionRatio(float) - Method in interface lameonj.encoder.std.EncoderConfig
 
setCopyright(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
mark as copyright.
setCwlimit(int) - Method in interface lameonj.encoder.std.EncoderConfig
predictability limit (ISO tonality formula) int CDECL lame_set_cwlimit(lame_global_flags *, int);
setDebugf(LameMsgCallback) - Method in interface lameonj.encoder.std.EncoderConfig
OPTIONAL: Set printf like error/debug/message reporting functions.
setDecodeOnly(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
1=decode only.
setDecodeOnTheFly(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
decode on the fly.
setDisableReservoir(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
disable the bit reservoir.
setDwBitrate(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwBitrate attribute.
setDwBitrate(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setDwBitrate(dwBitrate);
setDwConfig(int) - Method in class lame.blade.BE_CONFIG
Sets the value of the dwConfig attribute.
setDwEmphasis(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwEmphasis attribute.
setDwEmphasis(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setDwEmphasis(dwEmphasis);
setDwMaxBitrate(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwMaxBitrate attribute.
setDwMaxBitrate(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setDwMaxBitrate(dwMaxBitrate);
setDwMpegVersion(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwMpegVersion attribute.
setDwMpegVersion(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setDwMpegVersion(dwMpegVersion);
setDwPsyModel(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwPsyModel attribute.
setDwPsyModel(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setDwPsyModel(dwPsyModel);
setDwReSampleRate(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwReSampleRate attribute.
setDwReSampleRate(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setDwReSampleRate(dwReSampleRate);
setDwSampleRate(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Sets the value of the dwSampleRate attribute.
setDwSampleRate(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwSampleRate attribute.
setDwSampleRate(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Sets the value of the dwSampleRate attribute.
setDwSampleRate(int) - Method in interface lameonj.encoder.blade.BeConfigAAC
Current implementation calls: getAac().setDwSampleRate(dwSampleRate);
setDwSampleRate(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setDwSampleRate(dwSampleRate);
setDwSampleRate(int) - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: getMp3().setDwSampleRate(dwSampleRate);
setDwStructSize(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwStructSize attribute.
setDwStructVersion(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwStructVersion attribute.
setDwVbrAbr_bps(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the dwVbrAbr_bps attribute.
setDwVbrAbr_bps(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setDwVbrAbr_bps(dwVbrAbr_bps);
setEmphasis(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
Input PCM is emphased PCM (for instance from one of the rarely emphased CDs), it is STRONGLY not recommended to use this, because psycho does not take it into account, and last but not least many decoders ignore these bits int CDECL lame_set_emphasis(lame_global_flags *, int);
setErrorf(LameMsgCallback) - Method in interface lameonj.encoder.std.EncoderConfig
OPTIONAL: Set printf like error/debug/message reporting functions.
setErrorProtection(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
error_protection.
setExperimentalX(int) - Method in interface lameonj.encoder.std.EncoderConfig
int CDECL lame_set_experimentalX(lame_global_flags *, int);
setExperimentalY(int) - Method in interface lameonj.encoder.std.EncoderConfig
another experimental option.
setExperimentalZ(int) - Method in interface lameonj.encoder.std.EncoderConfig
another experimental option.
setExpNspsytune(int) - Method in interface lameonj.encoder.std.EncoderConfig
 
setExpNspsytune2Int(int, int) - Method in interface lameonj.encoder.std.EncoderConfig
int lame_set_exp_nspsytune2_int( lame_global_flags*, int, int);
setExpNspsytune2Pointer(int, int) - Method in interface lameonj.encoder.std.EncoderConfig
void * lame_set_exp_nspsytune2_pointer( lame_global_flags*, int, void *);
setExpNspsytune2Real(int, float) - Method in interface lameonj.encoder.std.EncoderConfig
float lame_set_exp_nspsytune2_real( lame_global_flags*, int, float);
setExtension(int) - Method in interface lameonj.encoder.std.EncoderConfig
MP3 'private extension' bit Meaningless.
setFeatures(String) - Method in class lame.std.lame_version_t
 
setFindPeakSample(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
DEPRECATED: now does the same as lame_set_decode_on_the_fly() default = 0 (disabled) int CDECL lame_set_findPeakSample(lame_global_flags *, int);
setFindReplayGain(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
perform ReplayGain analysis?
setForceMs(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
force_ms.
setForceShortBlocks(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
force short blocks int CDECL lame_set_force_short_blocks(lame_global_flags *, int);
setFramenum(int) - Method in class lame.std.mp3data_struct
 
setFramesize(int) - Method in class lame.std.mp3data_struct
 
setFreeFormat(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
use free_format?
setHeader_parsed(int) - Method in class lame.std.mp3data_struct
 
setHighpassfreq(int) - Method in interface lameonj.encoder.std.EncoderConfig
freq in Hz to apply highpass.
setHighpasswidth(int) - Method in interface lameonj.encoder.std.EncoderConfig
width of transition band, in Hz.
setInSamplerate(int) - Method in interface lameonj.encoder.std.EncoderConfig
input sample rate in Hz.
setInterChRatio(float) - Method in interface lameonj.encoder.std.EncoderConfig
use temporal masking effect (default = 1) int CDECL lame_set_interChRatio(lame_global_flags *, float);
setLowpassfreq(int) - Method in interface lameonj.encoder.std.EncoderConfig
freq in Hz to apply lowpass.
setLowpasswidth(int) - Method in interface lameonj.encoder.std.EncoderConfig
width of transition band, in Hz.
setMajor(int) - Method in class lame.std.lame_version_t
 
setMinor(int) - Method in class lame.std.lame_version_t
 
setMode(int) - Method in class lame.std.mp3data_struct
 
setMode(int) - Method in interface lameonj.encoder.std.EncoderConfig
mode = 0,1,2,3 = stereo, jstereo, dual channel (not supported), mono default: lame picks based on compression ration and input channels int CDECL lame_set_mode(lame_global_flags *, MPEG_mode);
setMode_ext(int) - Method in class lame.std.mp3data_struct
 
setModeAutoms(int) - Method in interface lameonj.encoder.std.EncoderConfig
mode_automs.
setMsfix(double) - Method in interface lameonj.encoder.std.EncoderConfig
void CDECL lame_set_msfix(lame_global_flags *, double);
setMsgf(LameMsgCallback) - Method in interface lameonj.encoder.std.EncoderConfig
OPTIONAL: Set printf like error/debug/message reporting functions.
setNMode(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the nMode attribute.
setNMode(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setNMode(nMode);
setNoATH(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
disable ATH int CDECL lame_set_noATH(lame_global_flags *, int);
setNogapCurrentIndex(int) - Method in interface lameonj.encoder.std.EncoderConfig
counter for gapless encoding int CDECL lame_set_nogap_currentindex(lame_global_flags* , int);
setNogapTotal(int) - Method in interface lameonj.encoder.std.EncoderConfig
counter for gapless encoding int CDECL lame_set_nogap_total(lame_global_flags*, int);
setNoShortBlocks(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
disable short blocks int CDECL lame_set_no_short_blocks(lame_global_flags *, int);
setNPreset(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the nPreset attribute.
setNPreset(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setNPreset(int);
setNQuality(short) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the nQuality attribute.
setNQuality(short) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setNQuality(nQuality);
setNsamp(int) - Method in class lame.std.mp3data_struct
 
setNumChannels(int) - Method in interface lameonj.encoder.std.EncoderConfig
number of channels in input stream. default=2 int CDECL lame_set_num_channels(lame_global_flags *, int);
setNumSamples(int) - Method in interface lameonj.encoder.std.EncoderConfig
number of samples.
setNVbrMethod(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the nVbrMethod attribute.
setNVbrMethod(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setNVbrMethod(nVbrMethod);
setNVBRQuality(int) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_LHV1
Sets the value of the nVBRQuality attribute.
setNVBRQuality(int) - Method in interface lameonj.encoder.blade.BeConfigLHV1
Current implementation calls: getLHV1().setNVBRQuality(nVBRQuality);
setOgg(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
1=encode a Vorbis .ogg file.
setOriginal(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
mark as original.
setOutSamplerate(int) - Method in interface lameonj.encoder.std.EncoderConfig
output sample rate in Hz.
setPaddingType(int) - Method in interface lameonj.encoder.std.EncoderConfig
padding_type. 0=pad no frames 1=pad all frames 2=adjust padding(default) int CDECL lame_set_padding_type(lame_global_flags *, Padding_type);
setPreset(int) - Method in interface lameonj.encoder.std.EncoderConfig
int CDECL lame_set_preset( lame_global_flags* gfp, int );
setPresetExpopts(int) - Method in interface lameonj.encoder.std.EncoderConfig
for preset int CDECL lame_set_preset_expopts(lame_global_flags *, int);
setPsy_alpha(int) - Method in class lame.std.lame_version_t
 
setPsy_beta(int) - Method in class lame.std.lame_version_t
 
setPsy_major(int) - Method in class lame.std.lame_version_t
 
setPsy_minor(int) - Method in class lame.std.lame_version_t
 
setQuality(int) - Method in interface lameonj.encoder.std.EncoderConfig
internal algorithm selection.
setQuantComp(int) - Method in interface lameonj.encoder.std.EncoderConfig
select a different "best quantization" function. default=0 int CDECL lame_set_quant_comp(lame_global_flags *, int);
setQuantCompShort(int) - Method in interface lameonj.encoder.std.EncoderConfig
select a different "best quantization" function. default=0 int CDECL lame_set_quant_comp_short(lame_global_flags *, int);
setReplayGainDecode(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
DEPRECATED: now does the same as lame_set_decode_on_the_fly() && lame_set_findReplayGain() default = 0 (disabled) int CDECL lame_set_ReplayGain_decode(lame_global_flags *, int);
setReplayGainInput(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
DEPRECATED: now does the same as lame_set_findReplayGain() default = 0 (disabled) int CDECL lame_set_ReplayGain_input(lame_global_flags *, int);
setSamplerate(int) - Method in class lame.std.mp3data_struct
 
setScale(float) - Method in interface lameonj.encoder.std.EncoderConfig
scale the input by this amount before encoding.
setScaleLeft(float) - Method in interface lameonj.encoder.std.EncoderConfig
scale the channel 0 (left) input by this amount before encoding.
setScaleRight(float) - Method in interface lameonj.encoder.std.EncoderConfig
scale the channel 1 (right) input by this amount before encoding.
setStereo(int) - Method in class lame.std.mp3data_struct
 
setStrictISO(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
enforce strict ISO compliance.
setTotalframes(int) - Method in class lame.std.mp3data_struct
 
setUseTemporal(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
use temporal masking effect (default = 1) int CDECL lame_set_useTemporal(lame_global_flags *, int);
setVBR(int) - Method in interface lameonj.encoder.std.EncoderConfig
Types of VBR.
setVBRHardMin(boolean) - Method in interface lameonj.encoder.std.EncoderConfig
1=strictly enforce VBR_min_bitrate.
setVBRMaxBitrateKbps(int) - Method in interface lameonj.encoder.std.EncoderConfig
int CDECL lame_set_VBR_max_bitrate_kbps(const lame_global_flags *);
setVBRMeanBitrateKbps(int) - Method in interface lameonj.encoder.std.EncoderConfig
Ignored except for VBR=vbr_abr (ABR mode) int CDECL lame_set_VBR_mean_bitrate_kbps(lame_global_flags *, int);
setVBRMinBitrateKbps(int) - Method in interface lameonj.encoder.std.EncoderConfig
int CDECL lame_set_VBR_min_bitrate_kbps(const lame_global_flags *);
setVBRQ(int) - Method in interface lameonj.encoder.std.EncoderConfig
VBR quality level. 0=highest 9=lowest int CDECL lame_set_VBR_q(lame_global_flags *, int);
setWBitrate(short) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
Sets the value of the wBitrate attribute.
setWBitrate(short) - Method in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
Sets the value of the wBitrate attribute.
setWBitrate(short) - Method in interface lameonj.encoder.blade.BeConfigAAC
Current implementation calls: getAac().setWBitrate(wBitrate);
setWBitrate(short) - Method in interface lameonj.encoder.blade.BeConfigMP3
Current implementation calls: getMp3().setWBitrate(byMode);
setWYear(short) - Method in class lame.blade.BE_VERSION
Sets the value of the wYear attribute.
setZHomepage(byte[]) - Method in class lame.blade.BE_VERSION
Sets the value of the zHomepage attribute.
SINGLETON - Static variable in class lameonj.LAMEOnJBoot
 
SSE - Static variable in interface lame.std.asm_optimizations
 
STANDARD - Static variable in interface lame.std.preset_mode
 
STANDARD_FAST - Static variable in interface lame.std.preset_mode
 
stereo - Variable in class lame.std.mp3data_struct
 
STEREO - Static variable in interface lame.std.MPEG_mode
 
stereoModeHist(int[]) - Method in interface lameonj.encoder.std.EncoderConfig
See EncoderConfig.bitrateHist(int[]) void CDECL lame_stereo_mode_hist( const lame_global_flags *const gfp, int stereo_mode_count[4] );
StreamDecoder - Interface in lameonj.decoder.std
This interface may be used to decode the specified source file or stream to MP3 with only one call or progressively by chunks.
StreamEncoder - Interface in lameonj.encoder.std
This interface may be used to encode the specified source file or stream to MP3 with only one call or progressively by chunks.

T

totalframes - Variable in class lame.std.mp3data_struct
 

V

V0 - Static variable in interface lame.std.preset_mode
 
V1 - Static variable in interface lame.std.preset_mode
 
V2 - Static variable in interface lame.std.preset_mode
 
V3 - Static variable in interface lame.std.preset_mode
 
V4 - Static variable in interface lame.std.preset_mode
 
V5 - Static variable in interface lame.std.preset_mode
 
V6 - Static variable in interface lame.std.preset_mode
 
V7 - Static variable in interface lame.std.preset_mode
 
V8 - Static variable in interface lame.std.preset_mode
 
V9 - Static variable in interface lame.std.preset_mode
 
VBR_10 - Static variable in interface lame.std.preset_mode
 
VBR_100 - Static variable in interface lame.std.preset_mode
 
VBR_20 - Static variable in interface lame.std.preset_mode
 
VBR_30 - Static variable in interface lame.std.preset_mode
 
VBR_40 - Static variable in interface lame.std.preset_mode
 
VBR_50 - Static variable in interface lame.std.preset_mode
 
VBR_60 - Static variable in interface lame.std.preset_mode
 
VBR_70 - Static variable in interface lame.std.preset_mode
 
VBR_80 - Static variable in interface lame.std.preset_mode
 
VBR_90 - Static variable in interface lame.std.preset_mode
 
vbr_abr - Static variable in interface lame.std.vbr_mode
 
vbr_default - Static variable in interface lame.std.vbr_mode
 
vbr_max_indicator - Static variable in interface lame.std.vbr_mode
 
VBR_METHOD_ABR - Static variable in interface lame.blade.VBRMETHOD
 
VBR_METHOD_DEFAULT - Static variable in interface lame.blade.VBRMETHOD
 
VBR_METHOD_MTR - Static variable in interface lame.blade.VBRMETHOD
 
VBR_METHOD_NEW - Static variable in interface lame.blade.VBRMETHOD
 
VBR_METHOD_NONE - Static variable in interface lame.blade.VBRMETHOD
 
VBR_METHOD_OLD - Static variable in interface lame.blade.VBRMETHOD
 
vbr_mode - Interface in lame.std
typedef enum vbr_mode_e { vbr_off=0, vbr_mt, // obsolete, same as vbr_mtrh vbr_rh, vbr_abr, vbr_mtrh, vbr_max_indicator, // Don't use this!
vbr_mt - Static variable in interface lame.std.vbr_mode
 
vbr_mtrh - Static variable in interface lame.std.vbr_mode
 
vbr_off - Static variable in interface lame.std.vbr_mode
 
vbr_rh - Static variable in interface lame.std.vbr_mode
 
VBRMETHOD - Interface in lame.blade
The LAME_QUALITY_PRESET interface is the Java symmetric representation of the corresponding C LAME enumeration as declared in the file BladeMP3EncDLL.h.

W

wBitrate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_AAC
 
wBitrate - Variable in class lame.blade.BE_CONFIG.STRUCT_FORMAT.STRUCT_MP3
 
writeDecodedFrame(PCMFrame, OutputStream) - Method in interface lameonj.decoder.std.Decoder
Writes the specified PCM frame to the specified stream.
writeVbrTag(String) - Method in interface lameonj.encoder.std.Encoder
Writes the VBR tag info to the specified MP3 file.
writeWAVHeader(OutputStream) - Method in interface lameonj.decoder.std.Decoder
Writes on the specified stream a WAV header with the information provided by the mp3data_struct object of this decoding task.
wYear - Variable in class lame.blade.BE_VERSION
 

Z

zHomepage - Variable in class lame.blade.BE_VERSION
 

A B C D E F G H I J L M N P R S T V W Z

Copyright © 2006-2008 Jose Maria Arranz. All Rights Reserved.