PipeWire
0.3.15
|
Data Structures | |
struct | plugin |
struct | handle |
struct | registry |
struct | support |
Macros | |
#define | MAX_SUPPORT 32 |
#define | SUPPORTLIB "support/libspa-support" |
Functions | |
SPA_EXPORT uint32_t | pw_get_support (struct spa_support *support, uint32_t max_support) |
SPA_EXPORT 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[]) |
SPA_EXPORT int | pw_unload_spa_handle (struct spa_handle *handle) |
SPA_EXPORT void | pw_deinit (void) |
SPA_EXPORT bool | pw_in_valgrind (void) |
const SPA_EXPORT char * | pw_get_library_version (void) |
Get the currently running version. More... | |
SPA_EXPORT const struct spa_type_info * | pw_type_info (void) |
#define MAX_SUPPORT 32 |
#define SUPPORTLIB "support/libspa-support" |
SPA_EXPORT void pw_deinit | ( | void | ) |
const SPA_EXPORT char* pw_get_library_version | ( | void | ) |
Get the currently running version.
Referenced by pw_context_create_core().
SPA_EXPORT uint32_t pw_get_support | ( | struct spa_support * | support, |
uint32_t | max_support | ||
) |
Referenced by pw_loop::pw_loop_new().
SPA_EXPORT bool pw_in_valgrind | ( | void | ) |
Referenced by pw_impl_module::pw_impl_module_destroy().
SPA_EXPORT 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().
SPA_EXPORT const struct spa_type_info* pw_type_info | ( | void | ) |
SPA_EXPORT 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().