#include <avcap/linux/V4L1_ControlManager.h>
Inheritance diagram for avcap::V4L1_ControlManager:
Public Member Functions | |
V4L1_ControlManager (V4L1_DeviceDescriptor *dd) | |
virtual | ~V4L1_ControlManager () |
void | query () |
avcap::V4L1_ControlManager::V4L1_ControlManager | ( | V4L1_DeviceDescriptor * | dd | ) |
virtual avcap::V4L1_ControlManager::~V4L1_ControlManager | ( | ) | [virtual] |
void avcap::V4L1_ControlManager::query | ( | ) | [virtual] |
Called during initialisation by the CaptureDevice to query for the objects that the implementation of this class manages.
Implements avcap::ControlManager.