MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Xdcam_Format_Test

Method Xdcam_Format_Test

Source/MediaInfo/Reader/Reader_Directory.cpp:182–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180//---------------------------------------------------------------------------
181#ifdef MEDIAINFO_XDCAM_YES
182int Reader_Directory::Xdcam_Format_Test(MediaInfo_Internal* MI, const String &File_Name)
183{
184 if (!MI->SelectFromExtension(__T("Xdcam_Clip")))
185 return 0;
186
187 MI->Open(File_Name+__T("CLIP")+PathSeparator+__T("0013MM.XML"));
188
189 return 1;
190}
191#endif //MEDIAINFO_XDCAM_YES
192
193//---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

SelectFromExtensionMethod · 0.80
OpenMethod · 0.65

Tested by

no test coverage detected