PipeWire
0.3.33
|
The module information. More...
Data Fields | |
uint32_t | id |
id of the global More... | |
const char * | name |
name of the module More... | |
const char * | filename |
filename of the module More... | |
const char * | args |
arguments passed to the module More... | |
uint64_t | change_mask |
bitfield of changed fields since last call More... | |
struct spa_dict * | props |
extra properties More... | |
The module information.
Extra information can be added in later versions
const char* pw_module_info::args |
arguments passed to the module
Referenced by pw_module_info_free(), and pw_module_info_update().
uint64_t pw_module_info::change_mask |
bitfield of changed fields since last call
Referenced by pw_module_info_update().
const char* pw_module_info::filename |
filename of the module
Referenced by pw_module_info_free(), and pw_module_info_update().
uint32_t pw_module_info::id |
id of the global
Referenced by pw_module_info_update().
const char* pw_module_info::name |
name of the module
Referenced by pw_module_info_free(), and pw_module_info_update().
struct spa_dict* pw_module_info::props |
extra properties
Referenced by pw_module_info_free(), and pw_module_info_update().