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