Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qffmpegplaybackenginedefs_p.h
Go to the documentation of this file.
1#pragma once
2
3// Copyright (C) 2021 The Qt Company Ltd.
4// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
5
6//
7// W A R N I N G
8// -------------
9//
10// This file is not part of the Qt API. It exists purely as an
11// implementation detail. This header file may change from version to
12// version without notice, or even be removed.
13//
14// We mean it.
15//
16#include "qobject.h"
17#include "qpointer.h"
18
19#include <memory>
20#include <array>
21
23
24namespace QFFmpeg {
25class PlaybackEngine;
26}
27
28namespace QFFmpeg {
29
30using StreamIndexes = std::array<int, 3>;
31
32class PlaybackEngineObjectsController;
34class Demuxer;
35class StreamDecoder;
36class Renderer;
38class AudioRenderer;
39class VideoRenderer;
40
41} // namespace QFFmpeg
42
std::array< int, 3 > StreamIndexes
Combined button and popup list for selecting options.