QVideoEncoderSettingsControl Class
The QVideoEncoderSettingsControl class provides access to the settings of a media service that performs video encoding. More...
| Header: | #include <QVideoEncoderSettingsControl> |
| qmake: | QT += multimedia |
| Inherits: | QMediaControl |
This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Macros
Detailed Description
If a QMediaService supports encoding video data it will implement QVideoEncoderSettingsControl. 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 QVideoEncoderSettingsControl is org.qt-project.qt.videoencodersettingscontrol/5.0 as defined in QVideoEncoderSettingsControl_iid.
See also QMediaRecorder, QVideoEncoderSettings, and QMediaService::requestControl().
Macro Documentation
QVideoEncoderSettingsControl_iid
org.qt-project.qt.videoencodersettingscontrol/5.0
Defines the interface name of the QVideoEncoderSettingsControl class.