/* 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 ProRes files // //+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //--------------------------------------------------------------------------- #ifndef MediaInfo_File_ProResH #define MediaInfo_File_ProResH //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- #include "MediaInfo/File__Analyze.h" //--------------------------------------------------------------------------- namespace MediaInfoLib { //*************************************************************************** // Class File_Lagarith //*************************************************************************** class File_ProRes : public File__Analyze { public : //Constructor/Destructor File_ProRes(); private : //Streams management void Streams_Fill(); //Buffer - Global void Read_Buffer_OutOfBand(); void Read_Buffer_Continue (); }; } //NameSpace #endif