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
qwindowsmultimediautils_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
QWINDOWSMULTIMEDIATUTILS_P_H
5
#
define
QWINDOWSMULTIMEDIATUTILS_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
<
private
/
qtmultimediaglobal_p
.
h
>
19
#
include
<
private
/
qplatformmediaformatinfo_p
.
h
>
20
#
include
<
qvideoframeformat
.
h
>
21
#
include
<
guiddef
.
h
>
22
#
include
<
qstring
.
h
>
23
24
QT_BEGIN_NAMESPACE
25
26
namespace
QWindowsMultimediaUtils
{
27
28
Q_MULTIMEDIA_EXPORT
QVideoFrameFormat
::
PixelFormat
pixelFormatFromMediaSubtype
(
const
GUID
&
subtype
);
29
30
Q_MULTIMEDIA_EXPORT GUID
videoFormatForCodec
(
QMediaFormat
::
VideoCodec
codec
);
31
32
Q_MULTIMEDIA_EXPORT
QMediaFormat
::
VideoCodec
codecForVideoFormat
(
GUID
format
);
33
34
Q_MULTIMEDIA_EXPORT GUID
audioFormatForCodec
(
QMediaFormat
::
AudioCodec
codec
);
35
36
Q_MULTIMEDIA_EXPORT
QMediaFormat
::
AudioCodec
codecForAudioFormat
(
GUID
format
);
37
38
Q_MULTIMEDIA_EXPORT GUID
containerForVideoFileFormat
(
QMediaFormat
::
FileFormat
format
);
39
40
Q_MULTIMEDIA_EXPORT GUID
containerForAudioFileFormat
(
QMediaFormat
::
FileFormat
format
);
41
}
42
43
QT_END_NAMESPACE
44
45
#
endif
QPlatformGraphicsBufferHelper
\inmodule QtGui
QWindowsMultimediaUtils
Definition
qwindowsmultimediautils_p.h:26
qtmultimedia
src
multimedia
windows
qwindowsmultimediautils_p.h
Generated on
for Qt by
1.14.0