![]() |
libgpac
Documentation of the core library of GPAC
|
#include "module_wrap.h"#include <gpac/network.h>#include <sys/stat.h>#include <dlfcn.h>#include <dirent.h>Functions | |
| void | gf_modules_free_module (ModuleInstance *inst) |
| Bool | gf_modules_load_library (ModuleInstance *inst) |
| void | gf_modules_unload_library (ModuleInstance *inst) |
| static Bool | enum_modules (void *cbck, char *item_name, char *item_path, GF_FileEnumInfo *file_info) |
| static void | load_static_modules (GF_ModuleManager *pm) |
| GF_EXPORT u32 | gf_modules_refresh (GF_ModuleManager *pm) |
| void gf_modules_free_module | ( | ModuleInstance * | inst | ) |
| Bool gf_modules_load_library | ( | ModuleInstance * | inst | ) |
| void gf_modules_unload_library | ( | ModuleInstance * | inst | ) |
|
static |
|
static |