PipeWire  0.3.15
pw_introspect Class Reference

Public Member Functions

struct pw_client_infopw_client_info_update (struct pw_client_info *info, const struct pw_client_info *update)
 Update and existing pw_client_info with update. More...
 
void pw_client_info_free (struct pw_client_info *info)
 Free a pw_client_info. More...
 
struct pw_core_infopw_core_info_update (struct pw_core_info *info, const struct pw_core_info *update)
 Update and existing pw_core_info with update. More...
 
void pw_core_info_free (struct pw_core_info *info)
 Free a pw_core_info. More...
 
struct pw_device_infopw_device_info_update (struct pw_device_info *info, const struct pw_device_info *update)
 Update and existing pw_device_info with update. More...
 
void pw_device_info_free (struct pw_device_info *info)
 Free a pw_device_info. More...
 
struct pw_module_infopw_module_info_update (struct pw_module_info *info, const struct pw_module_info *update)
 Update and existing pw_module_info with update. More...
 
void pw_module_info_free (struct pw_module_info *info)
 Free a pw_module_info. More...
 
const char * pw_direction_as_string (enum pw_direction direction)
 Convert a pw_direction to a readable string. More...
 

Detailed Description

The introspection methods and structures are used to get information about the object in the PipeWire server

Member Function Documentation

◆ pw_client_info_free()

void pw_client_info_free ( struct pw_client_info info)

Free a pw_client_info.

◆ pw_client_info_update()

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.

◆ pw_core_info_free()

void pw_core_info_free ( struct pw_core_info info)

Free a pw_core_info.

◆ pw_core_info_update()

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.

◆ pw_device_info_free()

void pw_device_info_free ( struct pw_device_info info)

Free a pw_device_info.

◆ pw_device_info_update()

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.

◆ pw_direction_as_string()

const char * pw_direction_as_string ( enum pw_direction  direction)

◆ pw_module_info_free()

void pw_module_info_free ( struct pw_module_info info)

Free a pw_module_info.

◆ pw_module_info_update()

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.


The documentation for this class was generated from the following files: