stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
Public Member Functions | |
virtual void | setPluginContainer (nxpl::PluginInterface *pluginContainer)=0 |
![]() | |
virtual const char * | name () const =0 |
virtual void | setSettings (const nxpl::Setting *settings, int count)=0 |
![]() | |
virtual void * | queryInterface (const nxpl::NX_GUID &interfaceID)=0 |
Cast to type, specified by interfaceID. More... | |
virtual unsigned int | addRef ()=0 |
Increment reference counter. More... | |
virtual unsigned int | releaseRef ()=0 |
Decrement reference counter. More... | |
Additional Inherited Members | |
![]() | |
typedef PluginInterface *(* | EntryPoint) () |
|
pure virtual |
Provides an object which the plugin can use for calling back to access some data and functionality provided by the process that uses the plugin.