PulseAudio  9.0
pa_ext_device_manager_info Struct Reference

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.
const char * description
 The description of the device when it was last seen, if applicable and saved.
const char * icon
 The icon given to the device.
uint32_t index
 The device index if it is currently available or PA_INVALID_INDEX.
uint32_t n_role_priorities
 How many role priorities do we have?
pa_ext_device_manager_role_priority_inforole_priorities
 An array of role priority structures or NULL.

Detailed Description

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

Since:
0.9.21

Field Documentation

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

The icon given to the device.

The device index if it is currently available or PA_INVALID_INDEX.

How many role priorities do we have?

Identifier string of the device.

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


The documentation for this struct was generated from the following file: