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.
This function was introduced in Qt Mobility 1.0.
Returns the MIME type of the selected container format.
This function was introduced in Qt Mobility 1.0.
See also setContainerMimeType().
Sets the current container format to the format identified by the given mimeType.
This function was introduced in Qt Mobility 1.0.
See also containerMimeType().
Returns a list of MIME types of supported container formats.
This function was introduced in Qt Mobility 1.0.
com.nokia.Qt.QMediaContainerControl/1.0
Defines the interface name of the QMediaContainerControl class.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.