PulseAudio
16.0
|
Stores information about one device in the device database that is maintained by module-device-manager. More...
Data Fields | |
const char * | name |
Identifier string of the device. More... | |
const char * | description |
The description of the device when it was last seen, if applicable and saved. More... | |
const char * | icon |
The icon given to the device. More... | |
uint32_t | index |
The device index if it is currently available or PA_INVALID_INDEX. More... | |
uint32_t | n_role_priorities |
How many role priorities do we have? More... | |
pa_ext_device_manager_role_priority_info * | role_priorities |
An array of role priority structures or NULL. More... | |
Stores information about one device in the device database that is maintained by module-device-manager.
const char* pa_ext_device_manager_info::description |
The description of the device when it was last seen, if applicable and saved.
const char* pa_ext_device_manager_info::icon |
The icon given to the device.
uint32_t pa_ext_device_manager_info::index |
The device index if it is currently available or PA_INVALID_INDEX.
uint32_t pa_ext_device_manager_info::n_role_priorities |
How many role priorities do we have?
const char* pa_ext_device_manager_info::name |
Identifier string of the device.
A string like "sink:" or similar followed by the name of the device.
pa_ext_device_manager_role_priority_info* pa_ext_device_manager_info::role_priorities |
An array of role priority structures or NULL.