|
PipeWire 1.6.4
|
#include <spa/support/plugin-loader.h>
Data Fields | |
| uint32_t | version |
| struct spa_handle *(* | load )(void *object, const char *factory_name, const struct spa_dict *info) |
| Load a SPA plugin. | |
| int(* | unload )(void *object, struct spa_handle *handle) |
| Unload a SPA plugin. | |
| uint32_t spa_plugin_loader_methods::version |
| struct spa_handle *(* spa_plugin_loader_methods::load) (void *object, const char *factory_name, const struct spa_dict *info) |
Load a SPA plugin.
| factory_name | Plugin factory name |
| info | Info dictionary for plugin. NULL if none. |
| int(* spa_plugin_loader_methods::unload) (void *object, struct spa_handle *handle) |
Unload a SPA plugin.
| handle | Plugin handle. |