pa_ext_device_manager_info

Stores information about one device in the device database that is * maintained by module-device-manager. \since 0.9.21

Members

Variables

description
const(char)* description;

< The description of the device when it was last seen, if applicable and saved

icon
const(char)* icon;

< The icon given to the device

index
uint index;

< The device index if it is currently available or PA_INVALID_INDEX

n_role_priorities
uint n_role_priorities;

< How many role priorities do we have?

name
const(char)* name;

< Identifier string of the device. A string like "sink:" or similar followed by the name of the device.

role_priorities
pa_ext_device_manager_role_priority_info* role_priorities;

< An array of role priority structures or NULL

Meta