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.