![]() |
Home · All Classes · All Functions · | ![]() |
The QVideoEncoderControl class provides access to the settings of a media service that performs video encoding. More...
#include <QVideoEncoderControl>
This class is under development and is subject to change.
Inherits QMediaControl.
The QVideoEncoderControl class provides access to the settings of a media service that performs video encoding.
If a QMediaService supports encoding video data it will implement QVideoEncoderControl. This control provides information about the limits of restricted video encoder options and allows the selection of a set of video encoder settings as specified in a QVideoEncoderSettings object.
The functionality provided by this control is exposed to application code through the QMediaRecorder class.
The interface name of QVideoEncoderControl is com.nokia.Qt.QVideoEncoderControl/1.0 as defined in QVideoEncoderControl_iid.
See also QMediaRecorder, QVideoEncoderSettings, and QMediaService::requestControl().
Create a new video encoder control object with the given parent.
Destroys a video encoder control.
Returns the value of a video codec option.
See also setEncodingOption().
Sets the value of a codec specific option.
See also encodingOption().
Sets the selected video encoder settings.
See also videoSettings().
Returns a list of supported encoding options for a video codec.
The names and types of the options in the list is system dependent.
Returns a list of supported frame rates.
If non null video settings parameter is passed, the returned list is reduced to frame rates supported with partial settings like video codec or video resolution applied.
If the encoder supports arbitrary frame rates within the supported range, *continuous is set to true, otherwise *continuous is set to false.
See also QVideoEncoderSettings::frameRate().
Returns a list of supported resolutions.
If non null video settings parameter is passed, the returned list is reduced to resolution supported with partial settings like video codec or frame rate applied.
If the encoder supports arbitrary resolutions within the supported resolutions range, *continuous is set to true, otherwise *continuous is set to false.
See also QVideoEncoderSettings::resolution().
Returns the list of supported video codecs.
Returns a description of a video codec.
Returns the selected video encoder settings.
See also setVideoSettings().
com.nokia.Qt.QVideoEncoderControl/1.0
Defines the interface name of the QVideoEncoderControl class.
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.1 |