Obsolete Members for QMediaPlayer

The following members of class QMediaPlayer are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(obsolete) dumpObjectInfo()
(obsolete) dumpObjectTree()

Static Public Members

(obsolete) QStringList supportedMimeTypes(QMediaPlayer::Flags flags = ...)

Member Function Documentation

[static] QStringList QMediaPlayer::supportedMimeTypes(QMediaPlayer::Flags flags = ...)

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Returns a list of MIME types supported by the media player.

The flags argument causes the resultant list to be restricted to MIME types which can be supported given additional requirements, such as performance indicators.

This function may not return useful results on some platforms, and support for a specific file of a given mime type is not guaranteed even if the mime type is in general supported. In addition, in some cases this function will need to load all available media plugins and query them for their support, which may take some time.

© 2019 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.