Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qffmpegpositionwithoffset_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 qffmpegpositionwithoffset_p_H
5
#define qffmpegpositionwithoffset_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 <
qtypes.h
>
19
20
QT_BEGIN_NAMESPACE
21
22
namespace
QFFmpeg
{
23
24
struct
LoopOffset
25
{
26
qint64
pos
= 0;
27
int
index
= 0;
28
};
29
30
struct
PositionWithOffset
31
{
32
qint64
pos
= 0;
33
LoopOffset
offset
;
34
};
35
36
}
// namespace QFFmpeg
37
38
QT_END_NAMESPACE
39
40
#endif
// qffmpegpositionwithoffset_p_H
QFFmpeg
Definition
qffmpegaudiorenderer.cpp:17
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
index
GLuint index
[2]
Definition
qopengles2ext.h:331
qtypes.h
qint64
long long qint64
Definition
qtypes.h:55
QFFmpeg::LoopOffset
Definition
qffmpegpositionwithoffset_p.h:25
QFFmpeg::LoopOffset::pos
qint64 pos
Definition
qffmpegpositionwithoffset_p.h:26
QFFmpeg::PositionWithOffset
Definition
qffmpegpositionwithoffset_p.h:31
QFFmpeg::PositionWithOffset::offset
LoopOffset offset
Definition
qffmpegpositionwithoffset_p.h:33
QFFmpeg::PositionWithOffset::pos
qint64 pos
Definition
qffmpegpositionwithoffset_p.h:32
qtmultimedia
src
plugins
multimedia
ffmpeg
playbackengine
qffmpegpositionwithoffset_p.h
Generated by
1.9.7