PipeWire
0.2.0
|
Data Structures | |
struct | support_info |
Functions | |
void * | pw_get_support_interface (const char *type) |
Get a support interface. More... | |
const struct spa_handle_factory * | pw_get_support_factory (const char *factory_name) |
const struct spa_support * | pw_get_support (uint32_t *n_support) |
void * | pw_get_spa_dbus (struct pw_loop *loop) |
const char * | pw_get_library_version (void) |
Get the currently running version. More... | |
const char* pw_get_library_version | ( | void | ) |
Get the currently running version.
void* pw_get_spa_dbus | ( | struct pw_loop * | loop | ) |
Referenced by pw_core::pw_core_new().
const struct spa_support* pw_get_support | ( | uint32_t * | n_support | ) |
Referenced by pw_loop::pw_loop_new().
const struct spa_handle_factory* pw_get_support_factory | ( | const char * | factory_name | ) |
Referenced by pw_loop::pw_loop_new().
void* pw_get_support_interface | ( | const char * | type | ) |
Get a support interface.
type | the interface type |
Referenced by pw_type::pw_type_init().