| Tizen Native API
    7.0
    | 
Functions to manipulate audio abilities in edje.
| 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. | |
| Eina_Bool | edje_audio_channel_mute_get (Edje_Channel channel) | 
| Gets the mute state of the given channel. | |
| Typedefs | |
| typedef enum _Edje_Channel | Edje_Channel | 
Typedef Documentation
| 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.
- Since (EFL) :
- 1.9
Enumeration Type Documentation
| 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.
- Since (EFL) :
- 1.9
- Enumerator:
Function Documentation
| Eina_Bool edje_audio_channel_mute_get | ( | Edje_Channel | channel | ) | 
Gets the mute state of the given channel.
- Parameters:
- 
  channel The channel to get the mute state of 
- Returns:
- The mute state of the channel
- See also:
- edje_audio_channel_mute_set()
- Since (EFL) :
- 1.9
- Since :
- 3.0
| void edje_audio_channel_mute_set | ( | Edje_Channel | channel, | 
| Eina_Bool | mute | ||
| ) | 
Sets the mute state of audio for the process as a whole.
- Parameters:
- 
  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.
- See also:
- edje_audio_channel_mute_get()
- Since (EFL) :
- 1.9
- Since :
- 3.0