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
6
8
13
14void QQnxVideoSink::setRhi(QRhi *rhi)
15{
16 m_rhi = rhi;
17}
18
20{
21 return m_rhi;
22}
23
24QT_END_NAMESPACE
25
26#include "moc_qqnxvideosink_p.cpp"
QObject * parent
Definition qobject.h:73
QRhi * rhi() const
void setRhi(QRhi *) override
The QVideoSink class represents a generic sink for video data.
Definition qvideosink.h:22
Combined button and popup list for selecting options.