PipeWire
0.3.15
|
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 | ) |
Referenced by pw_impl_port_init_mix().
const char* pw_get_application_name | ( | void | ) |
Referenced by pw_pipewire::pw_get_client_name().
const char* pw_get_client_name | ( | void | ) |
const char* pw_get_host_name | ( | void | ) |
Referenced by pw_context_create_core().
const char* pw_get_prgname | ( | void | ) |
Referenced by pw_pipewire::pw_get_client_name().
uint32_t pw_get_support | ( | struct spa_support * | support, |
uint32_t | max_support | ||
) |
Referenced by pw_loop::pw_loop_new().
const char* pw_get_user_name | ( | void | ) |
Referenced by pw_context_create_core().
bool pw_in_valgrind | ( | void | ) |
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[] | ||
) |
Referenced by pw_loop::pw_loop_new().
int pw_unload_spa_handle | ( | struct spa_handle * | handle | ) |
Referenced by pw_loop::pw_loop_destroy().