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
mfmetadata_p.h
Go to the documentation of this file.
1
// Copyright (C) 2016 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
MFMETADATACONTROL_H
5
#
define
MFMETADATACONTROL_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
<
qmediametadata
.
h
>
19
#
include
"mfidl.h"
20
21
QT_USE_NAMESPACE
22
23
class
MFMetaData
24
{
25
public
:
26
static
QMediaMetaData
fromNative
(IMFMediaSource* mediaSource);
27
static
void
toNative
(
const
QMediaMetaData &metaData, IPropertyStore *content);
28
};
29
30
#
endif
MFMetaData
Definition
mfmetadata_p.h:24
MFMetaData::fromNative
static QMediaMetaData fromNative(IMFMediaSource *mediaSource)
Definition
mfmetadata.cpp:127
MFMetaData::toNative
static void toNative(const QMediaMetaData &metaData, IPropertyStore *content)
Definition
mfmetadata.cpp:324
QMediaMetaData
\inmodule QtMultimedia
Definition
qmediametadata.h:19
metaDataValue
static QVariant metaDataValue(IPropertyStore *content, const PROPERTYKEY &key)
Definition
mfmetadata.cpp:74
PROP_KEY_NULL
static const PROPERTYKEY PROP_KEY_NULL
Definition
mfmetadata.cpp:22
setUInt32Property
static void setUInt32Property(IPropertyStore *content, REFPROPERTYKEY key, quint32 value)
Definition
mfmetadata.cpp:294
setUInt64Property
static void setUInt64Property(IPropertyStore *content, REFPROPERTYKEY key, quint64 value)
Definition
mfmetadata.cpp:304
convertValue
static QVariant convertValue(const PROPVARIANT &var)
Definition
mfmetadata.cpp:24
setFileTimeProperty
static void setFileTimeProperty(IPropertyStore *content, REFPROPERTYKEY key, const FILETIME *ft)
Definition
mfmetadata.cpp:314
propertyKeyForMetaDataKey
static REFPROPERTYKEY propertyKeyForMetaDataKey(QMediaMetaData::Key key)
Definition
mfmetadata.cpp:232
setStringProperty
static void setStringProperty(IPropertyStore *content, REFPROPERTYKEY key, const QString &value)
Definition
mfmetadata.cpp:284
qtmultimedia
src
plugins
multimedia
windows
common
mfmetadata_p.h
Generated on
for Qt by
1.14.0