lame.std
Interface MPEG_mode
public interface MPEG_mode
MPEG modes:
typedef enum MPEG_mode_e {
STEREO = 0,
JOINT_STEREO,
DUAL_CHANNEL, // LAME doesn't supports this!
MONO,
NOT_SET,
MAX_INDICATOR // Don't use this! It's used for sanity checks.
} MPEG_mode;
STEREO
static final int STEREO
- See Also:
- Constant Field Values
JOINT_STEREO
static final int JOINT_STEREO
- See Also:
- Constant Field Values
DUAL_CHANNEL
static final int DUAL_CHANNEL
- See Also:
- Constant Field Values
MONO
static final int MONO
- See Also:
- Constant Field Values
NOT_SET
static final int NOT_SET
- See Also:
- Constant Field Values
MAX_INDICATOR
static final int MAX_INDICATOR
- See Also:
- Constant Field Values
Copyright © 2006-2008 Jose Maria Arranz. All Rights Reserved.