AVFoundation: implement QCameraInfoControl.
Change-Id: I05f3daa5c4acb90e046e26d6d577ae40dfed0e30 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
70415c3d97
commit
9a55f5ce57
@@ -50,6 +50,7 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QCameraControl;
|
||||
class AVFCameraControl;
|
||||
class AVFCameraInfoControl;
|
||||
class AVFCameraMetaDataControl;
|
||||
class AVFVideoWindowControl;
|
||||
class AVFVideoWidgetControl;
|
||||
@@ -82,6 +83,7 @@ public:
|
||||
private:
|
||||
AVFCameraSession *m_session;
|
||||
AVFCameraControl *m_cameraControl;
|
||||
AVFCameraInfoControl *m_cameraInfoControl;
|
||||
AVFVideoDeviceControl *m_videoDeviceControl;
|
||||
AVFAudioInputSelectorControl *m_audioInputSelectorControl;
|
||||
AVFVideoRendererControl *m_videoOutput;
|
||||
|
||||
Reference in New Issue
Block a user