MixerElement
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "snd_mixer_elem_t" , cprefix = "snd_mixer_selem_" , free_function = "" ) ]
public class MixerElement
[ CCode ( cname = "snd_mixer_elem_t" , cprefix = "snd_mixer_selem_" , free_function = "" ) ]
public class MixerElement
Namespace: Alsa
Package: alsa
Content:
Methods:
- public int ask_capture_dB_vol (long dBval, int dir, out long val)
- public int ask_capture_vol_dB (long val, out long dBval)
- public int ask_playback_dB_vol (long dBval, int dir, out long val)
- public int ask_playback_vol_dB (long val, out long dBval)
- public int get_capture_dB (SimpleChannelId channel, out long val)
- public int get_capture_dB_range (out long min, out long max)
- public int get_capture_group ()
- public int get_capture_switch (SimpleChannelId channel, out int val)
- public int get_capture_volume (SimpleChannelId channel, out long val)
- public int get_capture_volume_range (out long min, out long max)
- public int get_enum_item (SimpleChannelId channel, out uint idxp)
- public int get_enum_item_name (uint idx, size_t maxlen, out string str)
- public int get_enum_items ()
- public void get_id (SimpleElementId eid)
- public int get_playback_dB (SimpleChannelId channel, out long val)
- public int get_playback_dB_range (out long min, out long max)
- public int get_playback_switch (SimpleChannelId channel, out int val)
- public int get_playback_volume (SimpleChannelId channel, out long val)
- public int get_playback_volume_range (out long min, out long max)
- public bool has_capture_channel (SimpleChannelId channel)
- public bool has_capture_switch ()
- public bool has_capture_switch_exclusive ()
- public bool has_capture_switch_joined ()
- public bool has_capture_volume ()
- public bool has_capture_volume_joined ()
- public bool has_common_switch ()
- public bool has_common_volume ()
- public bool has_playback_channel (SimpleChannelId channel)
- public bool has_playback_switch ()
- public bool has_playback_switch_joined ()
- public bool has_playback_volume ()
- public bool has_playback_volume_joined ()
- public bool is_active ()
- public bool is_capture_mono ()
- public int is_enum_capture ()
- public int is_enum_playback ()
- public int is_enumerated ()
- public bool is_playback_mono ()
- public MixerElement next ()
- public MixerElement prev ()
- public int set_capture_dB (SimpleChannelId channel, long val, int dir)
- public int set_capture_dB_all (long val, int dir)
- public int set_capture_switch (SimpleChannelId channel, int val)
- public int set_capture_switch_all (int val)
- public int set_capture_volume (SimpleChannelId channel, long val)
- public int set_capture_volume_all (long val)
- public int set_capture_volume_range (long min, long max)
- public int set_enum_item (SimpleChannelId channel, uint idx)
- public int set_playback_dB (SimpleChannelId channel, long val, int dir)
- public int set_playback_dB_all (long val, int dir)
- public int set_playback_switch (SimpleChannelId channel, int val)
- public int set_playback_switch_all (int val)
- public int set_playback_volume (SimpleChannelId channel, long val)
- public int set_playback_volume_all (long val)
- public int set_playback_volume_range (long min, long max)