Image encoder control - version for OS X/iOS
QImageEncoderControl - implementation for AVFoundation plugin (OS X/iOS, at the moment iOS >= 7.0). Change-Id: Ibc2c3ae48252dd4698e263f5abca5c328482d5e7 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
committed by
Yoann Lopes
parent
985ee3261b
commit
33b27c3c15
@@ -56,6 +56,7 @@ public:
|
||||
|
||||
QCameraImageCapture::DriveMode driveMode() const { return QCameraImageCapture::SingleImageCapture; }
|
||||
void setDriveMode(QCameraImageCapture::DriveMode ) {}
|
||||
AVCaptureStillImageOutput *stillImageOutput() const {return m_stillImageOutput;}
|
||||
|
||||
int capture(const QString &fileName);
|
||||
void cancelCapture();
|
||||
|
||||
Reference in New Issue
Block a user