Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtvideo.h
Go to the documentation of this file.
1// Copyright (C) 2023 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 QTVIDEO_H
5#define QTVIDEO_H
6
7#include <QtMultimedia/qtmultimediaexports.h>
8#include <QtCore/qobjectdefs.h>
9#include <QtCore/qtconfigmacros.h>
10
12
13namespace QtVideo
14{
15Q_NAMESPACE_EXPORT(Q_MULTIMEDIA_EXPORT)
16
17enum class Rotation { None = 0, Clockwise90 = 90, Clockwise180 = 180, Clockwise270 = 270 };
19}
20
22
23#endif // QTVIDEO_H
Combined button and popup list for selecting options.
Enumerations for camera and video functionality.
#define Q_ENUM_NS(x)
#define Q_NAMESPACE_EXPORT(...)