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
qwindowsintegration_p.h
Go to the documentation of this file.
1// Copyright (C) 2021 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#ifndef QWINDOWSINTEGRATION_H
5#define QWINDOWSINTEGRATION_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtMultimedia/private/qcominitializer_p.h>
19#include <QtMultimedia/private/qplatformmediaintegration_p.h>
20#include <QtMultimedia/private/qwindowsvideodevices_p.h>
21
22QT_BEGIN_NAMESPACE
23
24class QWindowsAudioDevices;
25class QWindowsFormatInfo;
26
28{
30public:
33
35
36 QMaybe<QPlatformAudioDecoder *> createAudioDecoder(QAudioDecoder *decoder) override;
37 QMaybe<QPlatformMediaPlayer *> createPlayer(QMediaPlayer *parent) override;
38 QMaybe<QPlatformCamera *> createCamera(QCamera *camera) override;
39 QMaybe<QPlatformMediaRecorder *> createRecorder(QMediaRecorder *recorder) override;
40 QMaybe<QPlatformImageCapture *> createImageCapture(QImageCapture *imageCapture) override;
41
42 QMaybe<QPlatformVideoSink *> createVideoSink(QVideoSink *sink) override;
43
44protected:
46
48
49private:
50 QComInitializer m_comInitializer;
51};
52
53QT_END_NAMESPACE
54
55#endif
QPlatformMediaFormatInfo * createFormatInfo() override
QMaybe< QPlatformCamera * > createCamera(QCamera *camera) override
QMaybe< QPlatformMediaRecorder * > createRecorder(QMediaRecorder *recorder) override
QMaybe< QPlatformMediaCaptureSession * > createCaptureSession() override
QPlatformVideoDevices * createVideoDevices() override
QMaybe< QPlatformMediaPlayer * > createPlayer(QMediaPlayer *parent) override
QMaybe< QPlatformImageCapture * > createImageCapture(QImageCapture *imageCapture) override
QMaybe< QPlatformVideoSink * > createVideoSink(QVideoSink *sink) override
QMaybe< QPlatformAudioDecoder * > createAudioDecoder(QAudioDecoder *decoder) override