|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.lowlevel.alsa.AlsaMixerElement
TODO:
Field Summary | |
---|---|
static int |
SND_MIXER_SCHN_FRONT_CENTER
Front center |
static int |
SND_MIXER_SCHN_FRONT_LEFT
Front left |
static int |
SND_MIXER_SCHN_FRONT_RIGHT
Front right |
static int |
SND_MIXER_SCHN_LAST
|
static int |
SND_MIXER_SCHN_MONO
Mono (Front left alias) |
static int |
SND_MIXER_SCHN_REAR_LEFT
Rear left |
static int |
SND_MIXER_SCHN_REAR_RIGHT
Rear right |
static int |
SND_MIXER_SCHN_UNKNOWN
Unknown |
static int |
SND_MIXER_SCHN_WOOFER
Woofer |
Constructor Summary | |
---|---|
AlsaMixerElement(AlsaMixer mixer,
int nIndex,
String strName)
|
Method Summary | |
---|---|
int |
getCaptureGroup()
Calls snd_mixer_selem_get_capture_group(). |
boolean |
getCaptureSwitch(int nChannelType)
Calls snd_mixer_selem_get_capture_switch(). |
int |
getCaptureVolume(int nChannelType)
Calls snd_mixer_selem_get_capture_volume(). |
void |
getCaptureVolumeRange(int[] anValues)
Calls snd_mixer_selem_get_capture_volume_range(). |
static String |
getChannelName(int nChannelType)
Calls snd_mixer_selem_channel_name(). |
int |
getIndex()
Calls snd_mixer_selem_get_index(). |
String |
getName()
Calls snd_mixer_selem_get_name(). |
boolean |
getPlaybackSwitch(int nChannelType)
Calls snd_mixer_selem_get_playback_switch(). |
int |
getPlaybackVolume(int nChannelType)
Calls snd_mixer_selem_get_playback_volume(). |
void |
getPlaybackVolumeRange(int[] anValues)
Calls snd_mixer_selem_get_playback_volume_range(). |
boolean |
hasCaptureChannel(int nChannelType)
Calls snd_mixer_selem_has_capture_channel(). |
boolean |
hasCaptureSwitch()
Calls snd_mixer_selem_has_capture_switch(). |
boolean |
hasCaptureSwitchExclusive()
Calls snd_mixer_selem_has_capture_switch_exclusive(). |
boolean |
hasCaptureSwitchJoinded()
Calls snd_mixer_selem_has_capture_switch_joined(). |
boolean |
hasCaptureVolume()
Calls snd_mixer_selem_has_capture_volume(). |
boolean |
hasCaptureVolumeJoined()
Calls snd_mixer_selem_has_capture_volume_joined(). |
boolean |
hasCommonSwitch()
Calls snd_mixer_selem_has_common_switch(). |
boolean |
hasCommonVolume()
Calls snd_mixer_selem_has_common_volume(). |
boolean |
hasPlaybackChannel(int nChannelType)
Calls snd_mixer_selem_has_playback_channel(). |
boolean |
hasPlaybackSwitch()
Calls snd_mixer_selem_has_playback_switch(). |
boolean |
hasPlaybackSwitchJoined()
Calls snd_mixer_selem_has_playback_switch_joined(). |
boolean |
hasPlaybackVolume()
Calls snd_mixer_selem_has_playback_volume(). |
boolean |
hasPlaybackVolumeJoined()
Calls snd_mixer_selem_has_playback_volume_joined(). |
boolean |
isActive()
Calls snd_mixer_selem_is_active(). |
boolean |
isCaptureMono()
Calls snd_mixer_selem_is_capture_mono(). |
boolean |
isPlaybackMono()
Calls snd_mixer_selem_is_playback_mono(). |
void |
setCaptureSwitch(int nChannelType,
boolean bValue)
Calls snd_mixer_selem_set_capture_switch(). |
void |
setCaptureSwitchAll(boolean bValue)
Calls snd_mixer_selem_set_capture_switch_all(). |
void |
setCaptureVolume(int nChannelType,
int nValue)
Calls snd_mixer_selem_set_capture_volume(). |
void |
setCaptureVolumeAll(int nValue)
Calls snd_mixer_selem_set_capture_volume_all(). |
void |
setCaptureVolumeRange(int nMin,
int nMax)
Calls snd_mixer_selem_set_capture_volume_range(). |
void |
setPlaybackSwitch(int nChannelType,
boolean bValue)
Calls snd_mixer_selem_set_playback_switch(). |
void |
setPlaybackSwitchAll(boolean bValue)
Calls snd_mixer_selem_set_playback_switch_all(). |
void |
setPlaybackVolume(int nChannelType,
int nValue)
Calls snd_mixer_selem_set_playback_volume(). |
void |
setPlaybackVolumeAll(int nValue)
Calls snd_mixer_selem_set_playback_volume_all(). |
void |
setPlaybackVolumeRange(int nMin,
int nMax)
Calls snd_mixer_selem_set_playback_volume_range(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SND_MIXER_SCHN_UNKNOWN
public static final int SND_MIXER_SCHN_FRONT_LEFT
public static final int SND_MIXER_SCHN_FRONT_RIGHT
public static final int SND_MIXER_SCHN_FRONT_CENTER
public static final int SND_MIXER_SCHN_REAR_LEFT
public static final int SND_MIXER_SCHN_REAR_RIGHT
public static final int SND_MIXER_SCHN_WOOFER
public static final int SND_MIXER_SCHN_LAST
public static final int SND_MIXER_SCHN_MONO
Constructor Detail |
---|
public AlsaMixerElement(AlsaMixer mixer, int nIndex, String strName)
Method Detail |
---|
public String getName()
public int getIndex()
public boolean isActive()
public boolean isPlaybackMono()
public boolean hasPlaybackChannel(int nChannelType)
public boolean isCaptureMono()
public boolean hasCaptureChannel(int nChannelType)
public int getCaptureGroup()
public boolean hasCommonVolume()
public boolean hasPlaybackVolume()
public boolean hasPlaybackVolumeJoined()
public boolean hasCaptureVolume()
public boolean hasCaptureVolumeJoined()
public boolean hasCommonSwitch()
public boolean hasPlaybackSwitch()
public boolean hasPlaybackSwitchJoined()
public boolean hasCaptureSwitch()
public boolean hasCaptureSwitchJoinded()
public boolean hasCaptureSwitchExclusive()
public int getPlaybackVolume(int nChannelType)
public int getCaptureVolume(int nChannelType)
public boolean getPlaybackSwitch(int nChannelType)
public boolean getCaptureSwitch(int nChannelType)
public void setPlaybackVolume(int nChannelType, int nValue)
public void setCaptureVolume(int nChannelType, int nValue)
public void setPlaybackVolumeAll(int nValue)
public void setCaptureVolumeAll(int nValue)
public void setPlaybackSwitch(int nChannelType, boolean bValue)
public void setCaptureSwitch(int nChannelType, boolean bValue)
public void setPlaybackSwitchAll(boolean bValue)
public void setCaptureSwitchAll(boolean bValue)
public void getPlaybackVolumeRange(int[] anValues)
public void getCaptureVolumeRange(int[] anValues)
public void setPlaybackVolumeRange(int nMin, int nMax)
public void setCaptureVolumeRange(int nMin, int nMax)
public static String getChannelName(int nChannelType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |