The QMediaServiceSupportedFormatsInterface class interface identifies if a media service plug-in supports a media format. More...
Header: | #include <QMediaServiceSupportedFormatsInterface> |
qmake: | QT += multimedia |
This struct is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
virtual | ~QMediaServiceSupportedFormatsInterface() |
virtual QMultimedia::SupportEstimate | hasSupport(const QString &mimeType, const QStringList &codecs) const = 0 |
virtual QStringList | supportedMimeTypes() const = 0 |
A QMediaServiceProviderPlugin may implement this interface.
[virtual]
QMediaServiceSupportedFormatsInterface::~QMediaServiceSupportedFormatsInterface()
Destroys a media service supported formats interface.
[pure virtual]
QMultimedia::SupportEstimate QMediaServiceSupportedFormatsInterface::hasSupport(const QString &mimeType, const QStringList &codecs) const
Returns the level of support a media service plug-in has for a mimeType and set of codecs.
[pure virtual]
QStringList QMediaServiceSupportedFormatsInterface::supportedMimeTypes() const
Returns a list of MIME types supported by the media service plug-in.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qmediaservicesupportedformatsinterface.html