PipeWire
0.3.33
|
The factory information. More...
Data Fields | |
uint32_t | id |
id of the global More... | |
const char * | name |
name the factory More... | |
const char * | type |
type of the objects created by this factory More... | |
uint32_t | version |
version of the objects More... | |
uint64_t | change_mask |
bitfield of changed fields since last call More... | |
struct spa_dict * | props |
the properties of the factory More... | |
The factory information.
Extra information can be added in later versions
uint64_t pw_factory_info::change_mask |
bitfield of changed fields since last call
Referenced by pw_factory_info_update().
uint32_t pw_factory_info::id |
id of the global
Referenced by pw_factory_info_update().
const char* pw_factory_info::name |
name the factory
Referenced by pw_factory_info_free(), and pw_factory_info_update().
struct spa_dict* pw_factory_info::props |
the properties of the factory
Referenced by pw_factory_info_free(), and pw_factory_info_update().
const char* pw_factory_info::type |
type of the objects created by this factory
Referenced by pw_factory_info_free(), and pw_factory_info_update().
uint32_t pw_factory_info::version |
version of the objects
Referenced by pw_factory_info_update().