PulseAudio
16.0
|
Stores information about one device in the device database that is maintained by module-device-manager. More...
Data Fields | |
pa_device_type_t | type |
Device type sink or source? More... | |
uint32_t | index |
The device index. More... | |
uint8_t | n_formats |
How many formats do we have? More... | |
pa_format_info ** | formats |
An array of formats (may be NULL if n_formats == 0) More... | |
Stores information about one device in the device database that is maintained by module-device-manager.
pa_format_info** pa_ext_device_restore_info::formats |
An array of formats (may be NULL if n_formats == 0)
uint32_t pa_ext_device_restore_info::index |
The device index.
uint8_t pa_ext_device_restore_info::n_formats |
How many formats do we have?
pa_device_type_t pa_ext_device_restore_info::type |
Device type sink or source?