PipeWire
0.3.15
|
The introspection methods and structures are used to get information about the object in the PipeWire server
void pw_client_info_free | ( | struct pw_client_info * | info | ) |
Free a pw_client_info.
struct pw_client_info * pw_client_info_update | ( | struct pw_client_info * | info, |
const struct pw_client_info * | update | ||
) |
Update and existing pw_client_info with update.
void pw_core_info_free | ( | struct pw_core_info * | info | ) |
Free a pw_core_info.
struct pw_core_info * pw_core_info_update | ( | struct pw_core_info * | info, |
const struct pw_core_info * | update | ||
) |
Update and existing pw_core_info with update.
void pw_device_info_free | ( | struct pw_device_info * | info | ) |
Free a pw_device_info.
struct pw_device_info * pw_device_info_update | ( | struct pw_device_info * | info, |
const struct pw_device_info * | update | ||
) |
Update and existing pw_device_info with update.
const char * pw_direction_as_string | ( | enum pw_direction | direction | ) |
Convert a pw_direction to a readable string.
Referenced by pw_context_create_port(), pw_impl_node_find_port(), and pw_impl_node_get_free_port_id().
void pw_module_info_free | ( | struct pw_module_info * | info | ) |
Free a pw_module_info.
struct pw_module_info * pw_module_info_update | ( | struct pw_module_info * | info, |
const struct pw_module_info * | update | ||
) |
Update and existing pw_module_info with update.