#include <avcap/windows/DS_Device.h>
Inheritance diagram for avcap::DS_Device:
Public Member Functions | |
DS_Device (DS_DeviceDescriptor *dd) | |
virtual | ~DS_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::DS_Device::DS_Device | ( | DS_DeviceDescriptor * | dd | ) |
virtual avcap::DS_Device::~DS_Device | ( | ) | [virtual] |
const DeviceDescriptor* avcap::DS_Device::getDescriptor | ( | ) | [inline, virtual] |
Return the descriptor of the device.
Implements avcap::CaptureDevice.
CaptureManager* avcap::DS_Device::getVidCapMgr | ( | ) | [inline, virtual] |
Use this manager to start/stop capturing and to register a user defined CaptureHandler.
Implements avcap::CaptureDevice.
ConnectorManager* avcap::DS_Device::getConnectorMgr | ( | ) | [inline, virtual] |
Use this manager to query available audio/video inputs/outputs and to select them.
Implements avcap::CaptureDevice.
ControlManager* avcap::DS_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::DS_Device::getFormatMgr | ( | ) | [inline, virtual] |
Use this manager to query the available formats, video standards and resolutions to select the desired ones.
Implements avcap::CaptureDevice.