javazoom.jlme.decoder
Interface OutputChannels
- public interface OutputChannels
Field Summary |
static int |
BOTH_CHANNELS
Flag to indicate output should include both channels. |
static int |
DOWNMIX_CHANNELS
Flag to indicate output is mono. |
static int |
LEFT_CHANNEL
Flag to indicate output should include the left channel only. |
static int |
RIGHT_CHANNEL
Flag to indicate output should include the right channel only. |
BOTH_CHANNELS
public static final int BOTH_CHANNELS
- Flag to indicate output should include both channels.
LEFT_CHANNEL
public static final int LEFT_CHANNEL
- Flag to indicate output should include the left channel only.
RIGHT_CHANNEL
public static final int RIGHT_CHANNEL
- Flag to indicate output should include the right channel only.
DOWNMIX_CHANNELS
public static final int DOWNMIX_CHANNELS
- Flag to indicate output is mono.
JavaZOOM 1999-2005