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
qvideowidget_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 QVIDEOWIDGET_P_H
5#define QVIDEOWIDGET_P_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 <QtMultimediaWidgets/qtmultimediawidgetsglobal.h>
19
20#include <QtMultimediaWidgets/qvideowidget.h>
21#include <QtMultimedia/qvideoframe.h>
22
23QT_BEGIN_NAMESPACE
24
25class QVideoWindow;
26
28{
29 Q_DECLARE_PUBLIC(QVideoWidget)
30public:
31 QVideoWidget *q_ptr = nullptr;
33 bool wasFullScreen = false;
35
36 QVideoWindow *videoWindow = nullptr;
39 bool isEglfs = false;
40};
41
42QT_END_NAMESPACE
43
44#endif
QVideoWindow * videoWindow
Qt::WindowFlags nonFullScreenFlags
QVideoSink * fakeVideoSink