SplitCam plugins
1.0.0
Get your own video or still image source as an integral part of SplitCam user interface
|
#include <splitcam_plugin.h>
Public Member Functions | |
virtual GUID | iid () const =0 |
virtual const wchar_t * | getId () const =0 |
virtual const wchar_t * | getName () const =0 |
virtual const wchar_t * | getProvider () const =0 |
virtual Version | getVersion () const =0 |
virtual PluginType | getType () const =0 |
virtual bool | init ()=0 |
virtual void | release ()=0 |
Helper pure virtual class defining which function set must be implemented in this interface.
|
pure virtual |
A wrapper around exported getPluginId() function
|
pure virtual |
A wrapper around exported getPluginName() function
|
pure virtual |
A wrapper around exported getPluginProvider() function
|
pure virtual |
A wrapper around exported getType() function
|
pure virtual |
A wrapper around exported getPluginVersion() function
|
pure virtual |
A wrapper around exported getPluginInterfaceId() function
|
pure virtual |
A wrapper around exported init() function
|
pure virtual |
A wrapper around exported release() function