The QCameraCaptureDestinationControl class provides a control for setting capture destination. More...
#include <QCameraCaptureDestinationControl>
Inherits: QMediaControl.
This class was introduced in QtMobility 1.2.
~QCameraCaptureDestinationControl () | |
virtual QCameraImageCapture::CaptureDestinations | captureDestination () const = 0 |
virtual bool | isCaptureDestinationSupported ( QCameraImageCapture::CaptureDestinations destination ) const = 0 |
virtual void | setCaptureDestination ( QCameraImageCapture::CaptureDestinations destination ) = 0 |
void | captureDestinationChanged ( QCameraImageCapture::CaptureDestinations destination ) |
QCameraCaptureDestinationControl ( QObject * parent = 0 ) |
QCameraCaptureDestinationControl_iid |
The QCameraCaptureDestinationControl class provides a control for setting capture destination.
Depending on backend capabilities capture to file, buffer or both can be supported.
The interface name of QCameraCaptureDestinationControl is com.nokia.Qt.QCameraCaptureDestinationControl/1.0 as defined in QCameraCaptureDestinationControl_iid.
See also QMediaService::requestControl().
Constructs a new image capture destination control object with the given parent
Destroys an image capture destination control.
Returns the current capture destination. The default destination is QCameraImageCapture::CaptureToFile.
This function was introduced in Qt Mobility 1.2.
See also setCaptureDestination().
Signals the image capture destination changed.
This function was introduced in Qt Mobility 1.2.
Returns true if the capture destination is supported; and false if it is not.
This function was introduced in Qt Mobility 1.2.
Sets the capture destination.
This function was introduced in Qt Mobility 1.2.
See also captureDestination().
com.nokia.Qt.QCameraCaptureDestinationControl/1.0
Defines the interface name of the QCameraCaptureDestinationControl class.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.