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:
Timur Pocheptsov
2015-02-12 10:17:09 +01:00
committed by Yoann Lopes
parent 985ee3261b
commit 33b27c3c15
8 changed files with 386 additions and 6 deletions

View File

@@ -40,7 +40,8 @@ HEADERS += \
avfcamerafocuscontrol.h \
avfcameraexposurecontrol.h \
avfcamerautility.h \
avfcameraviewfindersettingscontrol.h
avfcameraviewfindersettingscontrol.h \
avfimageencodercontrol.h
OBJECTIVE_SOURCES += \
avfcameraserviceplugin.mm \
@@ -60,7 +61,8 @@ OBJECTIVE_SOURCES += \
avfcamerafocuscontrol.mm \
avfcameraexposurecontrol.mm \
avfcamerautility.mm \
avfcameraviewfindersettingscontrol.mm
avfcameraviewfindersettingscontrol.mm \
avfimageencodercontrol.mm
ios {