1 #ifndef _AV_TRANSCODER_FILE_INPUT_FILE_HPP_ 
    2 #define _AV_TRANSCODER_FILE_INPUT_FILE_HPP_ 
   48     bool readNextPacket(
CodedData& data, 
const size_t streamIndex);
 
   57     bool seekAtFrame(
const size_t frame, 
const int flag = AVSEEK_FLAG_ANY);
 
   58     bool seekAtTime(
const double time, 
const int flag = AVSEEK_FLAG_ANY);
 
   64     void activateStream(
const size_t streamIndex, 
const bool activate = 
true);
 
Base class of Progress. Inherit this class to have your own way to manage a progress bar...
 
EAnalyseLevel
Level of file analysis. 
 
std::map< std::string, std::string > Profile
 
Wrapper of an AVFormatContext. 
 
This class describes coded data. 
 
std::ostream & operator<<(std::ostream &flux, const InputFile &input)