/* Copyright (c) MediaArea.net SARL. All Rights Reserved. * * Use of this source code is governed by a BSD-style license that can * be found in the License.html file in the root of the source tree. */ //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // Information about MediaInfo XML files // //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //--------------------------------------------------------------------------- #ifndef MediaInfo_File_MiXmlH #define MediaInfo_File_MiXmlH //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- #include "MediaInfo/File__Analyze.h" #include //--------------------------------------------------------------------------- namespace MediaInfoLib { class File__ReferenceFilesHelper; //*************************************************************************** // Class File_MiXml //*************************************************************************** class File_MiXml : public File__Analyze { public : //Constructor/Destructor File_MiXml(); private : //Buffer - File header bool FileHeader_Begin(); }; } //NameSpace #endif