QMediaContainerControl¶
The
QMediaContainerControl
class provides access to the output container format of aQMediaService
. More…
Detailed Description¶
If a
QMediaService
supports writing encoded data it will implementQMediaContainerControl
. 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
isorg.qt-project.qt.mediacontainercontrol/5.0
as defined inQMediaContainerControl_iid
.See also
- class PySide2.QtMultimedia.QMediaContainerControl([parent=None])¶
- param parent:
Constructs a new media container control with the given
parent
.
- PySide2.QtMultimedia.QMediaContainerControl.containerDescription(formatMimeType)¶
- Parameters:
formatMimeType – str
- Return type:
str
Returns a description of the container
formatMimeType
.
- PySide2.QtMultimedia.QMediaContainerControl.containerFormat()¶
- Return type:
str
Returns the selected container format.
See also
- PySide2.QtMultimedia.QMediaContainerControl.setContainerFormat(format)¶
- Parameters:
format – str
Sets the current container
format
.See also
- PySide2.QtMultimedia.QMediaContainerControl.supportedContainers()¶
- Return type:
list of strings
Returns a list of MIME types of supported container formats.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.