Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qdarwinformatsinfo.mm File Reference

(e9abd242abfbc368478f7be3e2923e7b100a9386)

#include "qdarwinformatsinfo_p.h"
#include <AVFoundation/AVFoundation.h>
#include <qdebug.h>
+ Include dependency graph for qdarwinformatsinfo.mm:

Go to the source code of this file.

Variables

struct { 
 
   const char *   name 
 
   QMediaFormat::FileFormat   value 
 
mediaContainerMap [] 
 
struct { 
 
   const char *   name 
 
   QMediaFormat::VideoCodec   value 
 
videoCodecMap [] 
 
struct { 
 
   const char *   name 
 
   QMediaFormat::AudioCodec   value 
 
audioCodecMap [] 
 

Variable Documentation

◆ [struct]

◆ [struct]

QT_BEGIN_NAMESPACE struct { ... } mediaContainerMap[]
Initial value:
= {
{ "video/x-ms-asf", QMediaFormat::WMV },
{ "video/avi", QMediaFormat::AVI },
{ "video/x-matroska", QMediaFormat::Matroska },
{ "video/mp4", QMediaFormat::MPEG4 },
{ "video/quicktime", QMediaFormat::QuickTime },
{ "video/ogg", QMediaFormat::Ogg },
{ "audio/mp3", QMediaFormat::MP3 },
{ "audio/flac", QMediaFormat::FLAC },
}

Referenced by QDarwinFormatInfo::QDarwinFormatInfo().

◆ name

const char* name

Definition at line 11 of file qdarwinformatsinfo.mm.

◆ value

◆ [struct]