#include <spa/support/plugin-loader.h>
◆ version
uint32_t spa_plugin_loader_methods::version |
◆ load
struct spa_handle *(* spa_plugin_loader_methods::load) (void *object, const char *factory_name, const struct spa_dict *info) |
Load a SPA plugin.
- Parameters
-
factory_name | Plugin factory name |
info | Info dictionary for plugin. NULL if none. |
- Returns
- plugin handle, or NULL on error
◆ unload
int(* spa_plugin_loader_methods::unload) (void *object, struct spa_handle *handle) |
Unload a SPA plugin.
- Parameters
-
- Returns
- 0 on success, < 0 on error
The documentation for this struct was generated from the following file: