|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LameMsgCallback | |
|---|---|
| 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 . |
| lameonj.encoder.std | Contains the object oriented Java wrappers of the C methods, structures and constants of the LAME standard API for encoding. |
| Uses of LameMsgCallback in lame.std |
|---|
| Methods in lame.std with parameters of type LameMsgCallback | |
|---|---|
static int |
Lame.lame_set_debugf(lame_global_flags flags,
LameMsgCallback func)
OPTIONAL: Set printf like error/debug/message reporting functions. |
static int |
Lame.lame_set_errorf(lame_global_flags flags,
LameMsgCallback func)
OPTIONAL: Set printf like error/debug/message reporting functions. |
static int |
Lame.lame_set_msgf(lame_global_flags flags,
LameMsgCallback func)
OPTIONAL: Set printf like error/debug/message reporting functions. |
| Uses of LameMsgCallback in lameonj.encoder.std |
|---|
| Methods in lameonj.encoder.std with parameters of type LameMsgCallback | |
|---|---|
void |
EncoderConfig.setDebugf(LameMsgCallback func)
OPTIONAL: Set printf like error/debug/message reporting functions. |
void |
EncoderConfig.setErrorf(LameMsgCallback func)
OPTIONAL: Set printf like error/debug/message reporting functions. |
void |
EncoderConfig.setMsgf(LameMsgCallback func)
OPTIONAL: Set printf like error/debug/message reporting functions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||