ProgressHandler::Info::Info

ProgressHandler::Info::Info
Info(const String& fileUrl, unsigned bytesLoaded, unsigned totalBytes, unsigned frameLoading, unsigned totalFrames);
Description

Constructs the information of the file being loaded and provides progress about the file frame being loaded currently.

Parameters
Parameters 
Description 
const String& fileUrl 
File name. 
unsigned bytesLoaded 
Number of bytes loaded. 
unsigned totalBytes 
Total file size. 
unsigned frameLoading 
Frame number being loaded. 
unsigned totalFrames 
Number of frames in file.