text
stringlengths 0
14.1k
|
---|
// Audio
|
#if defined(MEDIAINFO_AAC_YES)
|
else if (Parser==__T(""Adts"")) {Info=new File_Aac(); ((File_Aac*)Info)->Mode=File_Aac::Mode_ADTS;} // Prioritization against ADIF
|
#endif
|
#if defined(MEDIAINFO_AC3_YES)
|
else if (Parser==__T(""Ac3"")) Info=new File_Ac3();
|
#endif
|
#if defined(MEDIAINFO_AC4_YES)
|
else if (Parser==__T(""Ac4"")) Info=new File_Ac4();
|
#endif
|
#if defined(MEDIAINFO_SMPTEST0337_YES)
|
else if (Parser==__T(""Aes3"")) Info=new File_SmpteSt0337();
|
#endif
|
#if defined(MEDIAINFO_ALS_YES)
|
else if (Parser==__T(""Als"")) Info=new File_Als();
|
#endif
|
#if defined(MEDIAINFO_AMR_YES)
|
else if (Parser==__T(""Amr"")) Info=new File_Amr();
|
#endif
|
#if defined(MEDIAINFO_AMV_YES)
|
else if (Parser==__T(""Amv"")) Info=new File_Amv();
|
#endif
|
#if defined(MEDIAINFO_APE_YES)
|
else if (Parser==__T(""Ape"")) Info=new File_Ape();
|
#endif
|
#if defined(MEDIAINFO_AU_YES)
|
else if (Parser==__T(""Au"")) Info=new File_Au();
|
#endif
|
#if defined(MEDIAINFO_CAF_YES)
|
else if (Parser==__T(""Caf"")) Info=new File_Caf();
|
#endif
|
#if defined(MEDIAINFO_DSF_YES)
|
else if (Parser==__T(""Dsf"")) Info=new File_Dsf();
|
#endif
|
#if defined(MEDIAINFO_DTS_YES)
|
else if (Parser==__T(""Dsdiff"")) Info=new File_Dsdiff();
|
#endif
|
#if defined(MEDIAINFO_DTS_YES)
|
else if (Parser==__T(""Dts"")) Info=new File_Dts();
|
#endif
|
#if defined(MEDIAINFO_DOLBYE_YES)
|
else if (Parser==__T(""DolbyE"")) Info=new File_DolbyE();
|
#endif
|
#if defined(MEDIAINFO_FLAC_YES)
|
else if (Parser==__T(""Flac"")) Info=new File_Flac();
|
#endif
|
#if defined(MEDIAINFO_IT_YES)
|
else if (Parser==__T(""It"")) Info=new File_ImpulseTracker();
|
#endif
|
#if defined(MEDIAINFO_LA_YES)
|
else if (Parser==__T(""La"")) Info=new File_La();
|
#endif
|
#if defined(MEDIAINFO_MIDI_YES)
|
else if (Parser==__T(""Midi"")) Info=new File_Midi();
|
#endif
|
#if defined(MEDIAINFO_MOD_YES)
|
else if (Parser==__T(""Mod"")) Info=new File_Module();
|
#endif
|
#if defined(MEDIAINFO_MPC_YES)
|
else if (Parser==__T(""Mpc"")) Info=new File_Mpc(); //-V517
|
#endif
|
#if defined(MEDIAINFO_MPCSV8_YES)
|
else if (Parser==__T(""MpcSv8"")) Info=new File_MpcSv8();
|
#endif
|
#if defined(MEDIAINFO_MPEGA_YES)
|
else if (Parser==__T(""Mpega"")) Info=new File_Mpega();
|
#endif
|
#if defined(MEDIAINFO_OPENMG_YES)
|
else if (Parser==__T(""OpenMG"")) Info=new File_OpenMG();
|
#endif
|
#if defined(MEDIAINFO_RKAU_YES)
|
else if (Parser==__T(""Rkau"")) Info=new File_Rkau();
|
#endif
|
#if defined(MEDIAINFO_S3M_YES)
|
else if (Parser==__T(""S3m"")) Info=new File_ScreamTracker3();
|
#endif
|
#if defined(MEDIAINFO_TAK_YES)
|
else if (Parser==__T(""Tak"")) Info=new File_Tak();
|
#endif
|
#if defined(MEDIAINFO_TTA_YES)
|
else if (Parser==__T(""Tta"")) Info=new File_Tta();
|
#endif
|
#if defined(MEDIAINFO_TWINVQ_YES)
|
else if (Parser==__T(""TwinVQ"")) Info=new File_TwinVQ();
|
#endif
|
#if defined(MEDIAINFO_WVPK_YES)
|
else if (Parser==__T(""Wvpk"")) Info=new File_Wvpk();
|
#endif
|
#if defined(MEDIAINFO_XM_YES)
|
else if (Parser==__T(""Xm"")) Info=new File_ExtendedModule();
|
#endif
|
// Text
|
#if defined(MEDIAINFO_EIA608_YES)
|
else if (Parser==__T(""CEA-608"")) Info=new File_Eia608();
|
else if (Parser==__T(""EIA-608"")) Info=new File_Eia608();
|
#endif
|
#if defined(MEDIAINFO_N19_YES)
|
else if (Parser==__T(""N19"")) Info=new File_N19();
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.