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
QFFmpegMetaData Class Reference

#include <qffmpegmediametadata_p.h>

Inheritance diagram for QFFmpegMetaData:
Collaboration diagram for QFFmpegMetaData:

Static Public Member Functions

static void addEntry (QMediaMetaData &metaData, AVDictionaryEntry *entry)
static QMediaMetaData fromAVMetaData (const AVDictionary *tags)
static QByteArray value (const QMediaMetaData &metaData, QMediaMetaData::Key key)
static AVDictionary * toAVMetaData (const QMediaMetaData &metaData)

Additional Inherited Members

 Provides meta-data for media files. More...

Detailed Description

Definition at line 23 of file qffmpegmediametadata_p.h.

Member Function Documentation

◆ addEntry()

void QFFmpegMetaData::addEntry ( QMediaMetaData & metaData,
AVDictionaryEntry * entry )
static

Definition at line 75 of file qffmpegmediametadata.cpp.

◆ fromAVMetaData()

QMediaMetaData QFFmpegMetaData::fromAVMetaData ( const AVDictionary * tags)
static

Definition at line 127 of file qffmpegmediametadata.cpp.

◆ toAVMetaData()

AVDictionary * QFFmpegMetaData::toAVMetaData ( const QMediaMetaData & metaData)
static

Definition at line 164 of file qffmpegmediametadata.cpp.

◆ value()

QByteArray QFFmpegMetaData::value ( const QMediaMetaData & metaData,
QMediaMetaData::Key key )
static

Definition at line 137 of file qffmpegmediametadata.cpp.


The documentation for this class was generated from the following files: