Definition in file lame.h.
Go to the source code of this file.
Defines | |
#define | FE2_CODEC_LAME |
Codec name for use with Flix2_AddCodec(). | |
#define | FE2_LAME_BITRATE |
Alias for FE2_CODECPARAM_BITRATE. | |
#define | FE2_LAME_QUALITY |
Codec parameter for controlling LAME library's algorithm selection. | |
#define | FE2_LAME_RC_MODE |
Codec parameter for controlling LAME library's rate control method. | |
#define | FE2_LAME_CHANNELS |
Codec parameter for number of output channels. | |
Typedefs | |
typedef enum lame_rcmode | lame_rcmode_t |
Enumerations | |
enum | lame_rcmode { LAME_CBR, LAME_ABR, LAME_VBR_rh, LAME_VBR_mtrh } |
Rate control modes analogous to those found in <lame/lame.h> . More... |