![]() |
My Project
|
Implementation of CapturePlugin interface for File plugin. More...
#include <CapturePluginFile.h>
Public Member Functions | |
CapturePluginFile (const std::string &captureType) | |
Constructor. More... | |
~CapturePluginFile () | |
Destructor. | |
CaptureDeviceVector | enumerateDevices () |
Enumerate capture devices currently available. More... | |
Capture * | createCapture (const CaptureDevice captureDevice) |
Create Capture class. Transfers onwership to the caller. More... | |
![]() | |
CapturePlugin (const std::string &captureType) | |
Constructor. More... | |
virtual | ~CapturePlugin () |
Destructor. | |
Additional Inherited Members | |
![]() | |
typedef std::vector< CaptureDevice > | CaptureDeviceVector |
Vector of CaptureDevices. | |
![]() | |
std::string | mCaptureType |
Implementation of CapturePlugin interface for File plugin.
Definition at line 89 of file CapturePluginFile.h.
CapturePluginFile | ( | const std::string & | captureType | ) |
Constructor.
captureType | A unique identifier for the capture plugin. |
|
virtual |
Create Capture class. Transfers onwership to the caller.
captureDevice | Information of which camera to create. |
Implements CapturePlugin.
|
virtual |
Enumerate capture devices currently available.
Implements CapturePlugin.