uk.org.toot.audio.mixer
Interface MixControlIds


public interface MixControlIds


Field Summary
static int FRONT_SURROUND
           
static int GAIN
           
static int LCR
          Represents a control for the relative balance of a stereo signal between two stereo speakers.
static int MUTE
           
static int ROUTE
           
static int SOLO
           
 

Field Detail

GAIN

static final int GAIN
See Also:
Constant Field Values

MUTE

static final int MUTE
See Also:
Constant Field Values

SOLO

static final int SOLO
See Also:
Constant Field Values

ROUTE

static final int ROUTE
See Also:
Constant Field Values

LCR

static final int LCR
Represents a control for the relative balance of a stereo signal between two stereo speakers. Represents a control for the relative pan (left-right positioning) of the signal. The signal may be mono; the pan setting affects how it is distributed by the mixer in a stereo mix.

See Also:
Constant Field Values

FRONT_SURROUND

static final int FRONT_SURROUND
See Also:
Constant Field Values


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.