#include <avcap/osx/QT_Device.h>
Inheritance diagram for avcap::QT_Device:
Public Member Functions | |
QT_Device (QT_DeviceDescriptor *dd) | |
virtual | ~QT_Device () |
const DeviceDescriptor * | getDescriptor () |
Return the descriptor of the device. | |
CaptureManager * | getVidCapMgr () |
Use this manager to start/stop capturing and to register a user defined CaptureHandler. | |
ConnectorManager * | getConnectorMgr () |
Use this manager to query available audio/video inputs/outputs and to select them. | |
ControlManager * | getControlMgr () |
FormatManager * | getFormatMgr () |
Use this manager to query the available formats, video standards and resolutions to select the desired ones. |
avcap::QT_Device::QT_Device | ( | QT_DeviceDescriptor * | dd | ) |
virtual avcap::QT_Device::~QT_Device | ( | ) | [virtual] |
const DeviceDescriptor* avcap::QT_Device::getDescriptor | ( | ) | [inline, virtual] |
Return the descriptor of the device.
Implements avcap::CaptureDevice.
CaptureManager* avcap::QT_Device::getVidCapMgr | ( | ) | [inline, virtual] |
Use this manager to start/stop capturing and to register a user defined CaptureHandler.
Implements avcap::CaptureDevice.
ConnectorManager* avcap::QT_Device::getConnectorMgr | ( | ) | [inline, virtual] |
Use this manager to query available audio/video inputs/outputs and to select them.
Implements avcap::CaptureDevice.
ControlManager* avcap::QT_Device::getControlMgr | ( | ) | [inline, virtual] |
Use this manager to query and to adjust the available controls of the device (e.g. brightness, contrast, saturation...).
Implements avcap::CaptureDevice.
FormatManager* avcap::QT_Device::getFormatMgr | ( | ) | [inline, virtual] |
Use this manager to query the available formats, video standards and resolutions to select the desired ones.
Implements avcap::CaptureDevice.