W3cubDocs

/Qt 5.15

Qt Multimedia on Windows

This page covers the availability of Qt Multimedia features on Windows.

Implementation

Qt Multimedia features for Windows are implemented in two plugins; one using the Microsoft DirectShow API, and another using WMF (Windows Media Foundation) framework. DirectShow API was introduced in Windows 98, and gradually deprecated from Windows XP onwards. Media Foundation framework was introduced in Windows Vista as a replacement for DirectShow and other multimedia APIs. Consequently, WMF plugin in Qt is supported only for Windows Vista and later versions of the operating system.

The environment variable QT_MULTIMEDIA_PREFERRED_PLUGINS can be used to control the priority of the plugins. For example, setting it to "windowsmediafoundation" or "directshow" will cause the corresponding plugin to be the preferred one.

Limitations

The WMF plugin in Qt does not currently provide a camera backend. Instead, limited support for camera features is provided by the DirectShow plugin. Basic features such as displaying a viewfinder and capturing a still image are supported, however, majority of camera controls are not implemented.

Video recording is currently not supported. Additionally, the DirectShow plugin does not support any low-level video functionality such as monitoring video frames being played or recorded using QVideoProbe or related classes.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qtmultimedia-windows.html