ltmmMediaInfo_SourceFormat Constants

typedef enum ltmmMediaInfoSourceFormat
{
   ltmmMediaInfo_SourceFormat_Unknown,
   ltmmMediaInfo_SourceFormat_Avi,
   ltmmMediaInfo_SourceFormat_Asf,
   ltmmMediaInfo_SourceFormat_WAVE,
   ltmmMediaInfo_SourceFormat_MPEG1Audio,
   ltmmMediaInfo_SourceFormat_MPEG1Video,
   ltmmMediaInfo_SourceFormat_MPEG1System,
   ltmmMediaInfo_SourceFormat_MPEG1VideoCD,
   ltmmMediaInfo_SourceFormat_Midi,
   ltmmMediaInfo_SourceFormat_QTMovie,
   ltmmMediaInfo_SourceFormat_DICOM,
   ltmmMediaInfo_SourceFormat_Still,
   ltmmMediaInfo_SourceFormat_OGG,
   ltmmMediaInfo_SourceFormat_MPEG2_PROGRAM,
   ltmmMediaInfo_SourceFormat_ISO,
   ltmmMediaInfo_SourceFormat_MPEG2_TRANSPORT,
   ltmmMediaInfo_SourceFormat_FLV,
   ltmmMediaInfo_SourceFormat_FLV_H264,
   ltmmMediaInfo_SourceFormat_DVR

} ltmmMediaInfoSourceFormat;

The ltmmMediaInfoSourceFormat constants specify the format of the source media file associated with the ltmmMediaInfo object.

Constant

Description

ltmmMediaInfo_SourceFormat_Unknown

[0] Source file format is unknown.

ltmmMediaInfo_SourceFormat_Avi

[1] Source file format is AVI.

ltmmMediaInfo_SourceFormat_Asf

[2] Source file format is WMV.

ltmmMediaInfo_SourceFormat_WAVE

[3] Source file format is WAVE.

ltmmMediaInfo_SourceFormat_MPEG1Audio

[4] Source file format is MPEG1 Audio.

ltmmMediaInfo_SourceFormat_MPEG1Video

[5] Source file format is MPEG1 Video.

ltmmMediaInfo_SourceFormat_MPEG1System

[6] Source file format is MPEG1 System This format supports both audio and video files..

ltmmMediaInfo_SourceFormat_MPEG1VideoCD

[7] Source file format is MPEG1 VideoCD.

ltmmMediaInfo_SourceFormat_Midi

[8] Source file format is MIDI.

ltmmMediaInfo_SourceFormat_QTMovie

[9] Source file format is QuickTime movie.

ltmmMediaInfo_SourceFormat_DICOM

[10] Source file format is DICOM.

ltmmMediaInfo_SourceFormat_Still

[11] Source file format is Still Image.

ltmmMediaInfo_SourceFormat_OGG

[12] Source file format is OGG (might contain audio and/or video).

ltmmMediaInfo_SourceFormat_MPEG2_PROGRAM

[13] Source file format is MPEG2 program This format supports both audio and video files. It is higher quality than MPEG1 and is the standard used for DVD compression..

ltmmMediaInfo_SourceFormat_ISO

[14] Source file format is ISO.

ltmmMediaInfo_SourceFormat_MPEG2_TRANSPORT

[15] Source file format is MPEG2 transport.

ltmmMediaInfo_SourceFormat_FLV

[16] Source file format is FLV Flash format. (flash)

ltmmMediaInfo_SourceFormat_FLV_H264

[17] Source file format is FLV (flash h.264)

ltmmMediaInfo_SourceFormat_DVR

[18] Source file format is LBL Lead DVR buffer

See Also

IltmmMediaInfo::get_SourceFormat