1 #ifndef _AV_TRANSCODER_NO_DISPLAY_PROGRESS_HPP_ 
    2 #define _AV_TRANSCODER_NO_DISPLAY_PROGRESS_HPP_ 
Base class of Progress. Inherit this class to have your own way to manage a progress bar...
 
EJobStatus
Indicate the state of a process. 
 
EJobStatus progress(const double processedDuration, const double programDuration)
Manage the progress. 
 
Implementation of IProgress, to manage cases when we need an IProgress but don't care of a progress b...