Functions to manipulate audio abilities in edje. More...
Typedefs | |
typedef enum _Edje_Channel | Edje_Channel |
Identifiers of Edje message types, which can be sent back and forth code and a given Edje object's theme file/group. More... | |
Enumerations | |
enum | _Edje_Channel { EDJE_CHANNEL_EFFECT = 0 , EDJE_CHANNEL_BACKGROUND = 1 , EDJE_CHANNEL_MUSIC = 2 , EDJE_CHANNEL_FOREGROUND = 3 , EDJE_CHANNEL_INTERFACE = 4 , EDJE_CHANNEL_INPUT = 5 , EDJE_CHANNEL_ALERT = 6 , EDJE_CHANNEL_ALL = 7 } |
Identifiers of Edje message types, which can be sent back and forth code and a given Edje object's theme file/group. More... | |
Functions | |
void | edje_audio_channel_mute_set (Edje_Channel channel, Eina_Bool mute) |
Sets the mute state of audio for the process as a whole. More... | |
Eina_Bool | edje_audio_channel_mute_get (Edje_Channel channel) |
Gets the mute state of the given channel. More... | |
Functions to manipulate audio abilities in edje.
typedef enum _Edje_Channel Edje_Channel |
Identifiers of Edje message types, which can be sent back and forth code and a given Edje object's theme file/group.
enum _Edje_Channel |
Identifiers of Edje message types, which can be sent back and forth code and a given Edje object's theme file/group.
void edje_audio_channel_mute_set | ( | Edje_Channel | channel, |
Eina_Bool | mute | ||
) |
Sets the mute state of audio for the process as a whole.
channel | The channel to set the mute state of |
mute | The mute state |
This sets the mute (no output) state of audio for the given channel.
Referenced by elm_config_audio_mute_set().
Eina_Bool edje_audio_channel_mute_get | ( | Edje_Channel | channel | ) |
Gets the mute state of the given channel.
channel | The channel to get the mute state of |
References EINA_FALSE, and EINA_TRUE.