#include <avcap/linux/AVC_ControlManager.h>
Inheritance diagram for avcap::AVC_ControlManager:

These devices have usually no controls, so there the query method is a noop.
Public Member Functions | |
| AVC_ControlManager (AVC_DeviceDescriptor *dd) | |
| The constructor. | |
| virtual | ~AVC_ControlManager () |
| The destructor. | |
| virtual void | query () |
| avcap::AVC_ControlManager::AVC_ControlManager | ( | AVC_DeviceDescriptor * | dd | ) | [inline] |
The constructor.
| dd | The device descriptor to access the device. |
| virtual avcap::AVC_ControlManager::~AVC_ControlManager | ( | ) | [inline, virtual] |
The destructor.
| virtual void avcap::AVC_ControlManager::query | ( | ) | [inline, virtual] |
Called during initialisation by the CaptureDevice to query for the objects that the implementation of this class manages.
Implements avcap::ControlManager.
1.5.1