| PipeWire
    0.2.7
    | 
The core information. More...
| Data Fields | |
| uint32_t | id | 
| id of the global  More... | |
| uint64_t | change_mask | 
| bitfield of changed fields since last call  More... | |
| const char * | user_name | 
| name of the user that started the core  More... | |
| const char * | host_name | 
| name of the machine the core is running on  More... | |
| const char * | version | 
| version of the core  More... | |
| const char * | name | 
| name of the core  More... | |
| uint32_t | cookie | 
| a random cookie for identifying this instance of PipeWire  More... | |
| struct spa_dict * | props | 
| extra properties  More... | |
The core information.
Extra information can be added in later versions
| uint64_t pw_core_info::change_mask | 
bitfield of changed fields since last call
Referenced by pw_core_info_update().
| uint32_t pw_core_info::cookie | 
a random cookie for identifying this instance of PipeWire
Referenced by pw_core_info_update().
| const char* pw_core_info::host_name | 
name of the machine the core is running on
Referenced by pw_core_info_free(), and pw_core_info_update().
| uint32_t pw_core_info::id | 
id of the global
Referenced by pw_core_info_update().
| const char* pw_core_info::name | 
name of the core
Referenced by pw_core_info_free(), and pw_core_info_update().
| struct spa_dict* pw_core_info::props | 
extra properties
Referenced by pw_core_info_free(), and pw_core_info_update().
| const char* pw_core_info::user_name | 
name of the user that started the core
Referenced by pw_core_info_free(), and pw_core_info_update().
| const char* pw_core_info::version | 
version of the core
Referenced by pw_core_info_free(), and pw_core_info_update().