#include <Ap4Processor.h>
Public Member Functions | |
virtual | ~ProgressListener () |
virtual AP4_Result | OnProgress (unsigned int step, unsigned int total)=0 |
This method is called during the call to AP4_Processor::Process() to notify of the progress of the operation. |
A progress listener is called during the AP4_Processor::Process() method to notify of progres information.
Definition at line 57 of file Ap4Processor.h.
virtual AP4_Processor::ProgressListener::~ProgressListener | ( | ) | [inline, virtual] |
Definition at line 59 of file Ap4Processor.h.
virtual AP4_Result AP4_Processor::ProgressListener::OnProgress | ( | unsigned int | step, | |
unsigned int | total | |||
) | [pure virtual] |
This method is called during the call to AP4_Processor::Process() to notify of the progress of the operation.
If this method returns an error result, processing is aborted.
step | Ordinal of the current progress step. | |
total | Total number of steps. |