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
qdarwinformatsinfo.mm File Reference

(7b9bc19fbaeb9ef73886f81d87abd40e3ba1db8b)

#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 },
}

◆ name

const char* name

Definition at line 11 of file qdarwinformatsinfo.mm.

Referenced by QDarwinFormatInfo::QDarwinFormatInfo().

◆ value

◆ [struct]