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
qqnxvideosink.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 Research In Motion
2
// Copyright (C) 2021 The Qt Company
3
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
5
#
include
"qqnxvideosink_p.h"
6
7
QT_BEGIN_NAMESPACE
8
9
QQnxVideoSink
::
QQnxVideoSink
(
QVideoSink
*
parent
)
10
:
QPlatformVideoSink
(
parent
)
11
{
12
}
13
14
void
QQnxVideoSink
::
setRhi
(QRhi *rhi)
15
{
16
m_rhi = rhi;
17
}
18
19
QRhi
*
QQnxVideoSink
::
rhi
()
const
20
{
21
return
m_rhi;
22
}
23
24
QT_END_NAMESPACE
25
26
#
include
"moc_qqnxvideosink_p.cpp"
QObjectData::parent
QObject * parent
Definition
qobject.h:73
QQnxVideoSink
Definition
qqnxvideosink_p.h:26
QQnxVideoSink::rhi
QRhi * rhi() const
Definition
qqnxvideosink.cpp:19
QQnxVideoSink::setRhi
void setRhi(QRhi *) override
Definition
qqnxvideosink.cpp:14
QVideoSink
The QVideoSink class represents a generic sink for video data.
Definition
qvideosink.h:22
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
qtmultimedia
src
plugins
multimedia
qnx
mediaplayer
qqnxvideosink.cpp
Generated on Thu Nov 14 2024 00:52:07 for Qt by
1.12.0