ProgressHandler::ProgressUpdate

ProgressHandler::ProgressUpdate
virtual void ProgressUpdate(const Info& info) = 0;
Description

ProgressUpdate is a callback method invoked when file loading progress status changes. This method indicates how many bytes have been loaded and what frame is being loaded now.

Parameters
Parameters 
Description 
const Info& info 
Information about file loading progress.