1 #ifndef _AV_TRANSCODER_CONSOLE_PROGRESS_HPP_ 
    2 #define _AV_TRANSCODER_CONSOLE_PROGRESS_HPP_ 
   17     EJobStatus progress(
const double processedDuration, 
const double programDuration);
 
Base class of Progress. Inherit this class to have your own way to manage a progress bar...
 
EJobStatus
Indicate the state of a process. 
 
Implementation of IProgress, to display a progress bar in console.