The QMediaContainerControl class provides access to the output container format of a QMediaService More...
#include <QMediaContainerControl>
Inherits QMediaControl.
This class was introduced in Qt Mobility 1.0.
virtual | ~QMediaContainerControl () |
virtual QString | containerDescription ( const QString & mimeType ) const = 0 |
virtual QString | containerMimeType () const = 0 |
virtual void | setContainerMimeType ( const QString & mimeType ) = 0 |
virtual QStringList | supportedContainers () const = 0 |
QMediaContainerControl ( QObject * parent = 0 ) |
QMediaContainerControl_iid |
The QMediaContainerControl class provides access to the output container format of a QMediaService
If a QMediaService supports writing encoded data it will implement QMediaContainerControl. This control provides information about the output containers supported by a media service and allows one to be selected as the current output containers.
The functionality provided by this control is exposed to application code through the QMediaRecorder class.
The interface name of QMediaContainerControl is com.nokia.Qt.QMediaContainerControl/1.0 as defined in QMediaContainerControl_iid.
See also QMediaService::requestControl() and QMediaRecorder.
Constructs a new media container control with the given parent.
Destroys a media container control.
Returns a description of the container format identified by the given mimeType.
Returns the MIME type of the selected container format.
See also setContainerMimeType().
Sets the current container format to the format identified by the given mimeType.
See also containerMimeType().
Returns a list of MIME types of supported container formats.
com.nokia.Qt.QMediaContainerControl/1.0
Defines the interface name of the QMediaContainerControl class.