Modifier and Type | Method and Description |
---|---|
int |
channelMask()
Indicates for which channels the gain is set.
|
int |
mode()
Bit field indicating requested modes of operation.
|
int |
rampDurationMs()
Ramp duration in milliseconds.
|
int[] |
values()
Gain values for each channel in the order of bits set in
channelMask() from LSB to MSB
|
public int mode()
AudioGain.MODE_JOINT
,
AudioGain.MODE_CHANNELS
, AudioGain.MODE_RAMP
public int channelMask()
AudioFormat.CHANNEL_OUT_STEREO
, AudioFormat.CHANNEL_OUT_MONO
...public int[] values()
public int rampDurationMs()