Pulse_Sink Struct Reference
Stores information about sinks. More...
Data Fields | |
const char * | name |
Name of the sink. | |
uint32_t | index |
Index of the sink. | |
const char * | description |
Description of this sink. | |
pa_channel_map | channel_map |
Channel map. | |
pa_cvolume | volume |
Volume of the sink. | |
Eina_List * | ports |
output ports | |
const char * | active_port |
currently active port | |
Eina_Bool | mute: 1 |
Mute switch of the sink. | |
Eina_Bool | update: 1 |
Eina_Bool | source: 1 |
sink is actually a source | |
Eina_Bool | deleted: 1 |
sink has been deleted | |
Detailed Description
Stores information about sinks.
Please note that this structure can be extended as part of evolutionary API updates at any time in any new release.