NDEVR
API Documentation
VLCInterfaceModule.h
1#pragma once
2#include "DLLInfo.h"
3namespace NDEVR
4{
5 struct Module;
7}
8extern "C" {
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);
21}
22namespace NDEVR
23{
26}
DLL export macros and version definitions for the VLCInterface module.
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 ...