Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtmultimedia_pch_p.h
Go to the documentation of this file.
1// Copyright (C) 2025 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4//
5// W A R N I N G
6// -------------
7//
8// This file is not part of the Qt API. It exists purely as an
9// implementation detail. This header file may change from version to
10// version without notice, or even be removed.
11//
12// We mean it.
13//
14
15
16#include <QtCore/qsystemdetection.h>
17
18#include <QtCore/QtCore>
19#include <QtGui/QtGui>
20#include <QtConcurrent/QtConcurrent>
21
22#ifdef Q_OS_MACOS
23#include <AudioToolbox/AudioToolbox.h>
24#include <AudioUnit/AudioUnit.h>
25#include <CoreAudio/CoreAudio.h>
26#include <VideoToolbox/VideoToolbox.h>
27# ifdef __OBJC__
28# import <AVFoundation/AVFoundation.h>
29# endif
30#endif
31
32#ifdef Q_OS_WINDOWS
33# include <QtCore/qt_windows.h>
34
35# ifndef Q_CC_MINGW
36# include <audioclient.h>
37# include <ks.h>
38# include <ksmedia.h>
39# include <mfapi.h>
40# include <mferror.h>
41# include <mfidl.h>
42# include <mfobjects.h>
43# include <mfreadwrite.h>
44# include <mftransform.h>
45# include <mmdeviceapi.h>
46# include <mmreg.h>
47# include <propsys.h>
48# include <propvarutil.h>
49# include <wmcodecdsp.h>
50# endif // Q_CC_MINGW
51
52#endif // Q_OS_WINDOWS