11 VLC_INTERFACE_API
void VLCInterfaceInitializeForNDEVR(
Module& module);
13 VLC_INTERFACE_API
void VLCInterfaceSetupFactoriesForNDEVR();
15 VLC_INTERFACE_API
void VLCInterfaceRegisterUserSettingsForNDEVR();
17 VLC_INTERFACE_API
void VLCInterfaceSetupMetatypesForNDEVR();
20 VLC_INTERFACE_API
void VLCInterfaceDefineModuleResourcesForNDEVR(
ModuleResourceManager* module_resources);
Stores all dependencies for a combination of modules that make up a complete software package.
The primary namespace for the NDEVR SDK.
void AddVLCInterfaceFunctionsToModuleManager()
Registers all VLCInterface hook functions with the module manager.
Base class for extensions, typically added as external DLL's that can modify or enhance the behavior ...