|
PipeWire 0.3.38
|
Information about a device object. More...
#include <device.h>

Data Fields | |
| uint32_t | version |
| const char * | type |
| the object type managed by this device More... | |
| const char * | factory_name |
| a factory name that implements the object More... | |
| uint64_t | change_mask |
| uint64_t | flags |
| const struct spa_dict * | props |
| extra object properties More... | |
Information about a device object.
This information is part of the object_info event on the device.
| uint64_t spa_device_object_info::change_mask |
| const char* spa_device_object_info::factory_name |
a factory name that implements the object
| uint64_t spa_device_object_info::flags |
| const struct spa_dict* spa_device_object_info::props |
extra object properties
| const char* spa_device_object_info::type |
the object type managed by this device
| uint32_t spa_device_object_info::version |