PipeWire
0.3.17
|
Go to the source code of this file.
Functions | |
void | pw_init (int *argc, char **argv[]) |
void | pw_deinit (void) |
bool | pw_debug_is_category_enabled (const char *name) |
const char * | pw_get_application_name (void) |
const char * | pw_get_prgname (void) |
const char * | pw_get_user_name (void) |
const char * | pw_get_host_name (void) |
const char * | pw_get_client_name (void) |
bool | pw_in_valgrind (void) |
enum pw_direction | pw_direction_reverse (enum pw_direction direction) |
uint32_t | pw_get_support (struct spa_support *support, uint32_t max_support) |
struct spa_handle * | pw_load_spa_handle (const char *lib, const char *factory_name, const struct spa_dict *info, uint32_t n_support, const struct spa_support support[]) |
int | pw_unload_spa_handle (struct spa_handle *handle) |
bool pw_debug_is_category_enabled | ( | const char * | name | ) |
void pw_deinit | ( | void | ) |
enum pw_direction pw_direction_reverse | ( | enum pw_direction | direction | ) |
const char* pw_get_application_name | ( | void | ) |
const char* pw_get_client_name | ( | void | ) |
const char* pw_get_host_name | ( | void | ) |
const char* pw_get_prgname | ( | void | ) |
uint32_t pw_get_support | ( | struct spa_support * | support, |
uint32_t | max_support | ||
) |
References support::n_support, and support::support.
Referenced by pw_loop::pw_loop_new().
const char* pw_get_user_name | ( | void | ) |
bool pw_in_valgrind | ( | void | ) |
References support::in_valgrind.
Referenced by pw_impl_module::pw_impl_module_destroy().
void pw_init | ( | int * | argc, |
char ** | argv[] | ||
) |
struct spa_handle* pw_load_spa_handle | ( | const char * | lib, |
const char * | factory_name, | ||
const struct spa_dict * | info, | ||
uint32_t | n_support, | ||
const struct spa_support | support[] | ||
) |
References handle::factory_name, handle::handle, plugin::handles, handle::link, handle::plugin, support::plugin_dir, pw_log::pw_log_debug, handle::ref, support::registry, res, and support::support_lib.
Referenced by pw_loop::pw_loop_new().
int pw_unload_spa_handle | ( | struct spa_handle * | handle | ) |
Referenced by pw_impl_port_set_mix(), pw_loop::pw_loop_destroy(), and pw_loop::pw_loop_new().