▲
-
Header: QMediaServiceSupportedFormatsInterface
-
qmake: QT += multimedia
Detailed Description▲
A QMediaServiceProviderPlugin may implement this interface.
Member Function Documentation▲
[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.