The QCameraCaptureBufferFormatControl class provides a control for setting the capture buffer format. More...
#include <QCameraCaptureBufferFormatControl>
Inherits QMediaControl.
This class was introduced in Qt Mobility QtMobility 1.2.
~QCameraCaptureBufferFormatControl () | |
virtual QVideoFrame::PixelFormat | bufferFormat () const = 0 |
virtual void | setBufferFormat ( QVideoFrame::PixelFormat format ) = 0 |
virtual QList<QVideoFrame::PixelFormat> | supportedBufferFormats () const = 0 |
void | bufferFormatChanged ( QVideoFrame::PixelFormat format ) |
QCameraCaptureBufferFormatControl ( QObject * parent = 0 ) |
QCameraCaptureBufferFormatControl_iid |
The QCameraCaptureBufferFormatControl class provides a control for setting the capture buffer format.
The format is of type QVideoFrame::PixelFormat.
The interface name of QCameraCaptureBufferFormatControl is com.nokia.Qt.QCameraCaptureBufferFormatControl/1.0 as defined in QCameraCaptureBufferFormatControl_iid.
See also QMediaService::requestControl().
Constructs a new image buffer capture format control object with the given parent
Destroys an image buffer capture format control.
Returns the current buffer capture format.
See also setBufferFormat().
Signals the buffer image capture format changed to format.
Sets the buffer capture format.
See also bufferFormat().
Returns the list of the supported buffer capture formats.
com.nokia.Qt.QCameraCaptureBufferFormatControl/1.0
Defines the interface name of the QCameraCaptureBufferFormatControl class.