Info(const String& fileUrl, unsigned bytesLoaded, unsigned totalBytes, unsigned frameLoading, unsigned totalFrames);
Constructs the information of the file being loaded and provides progress about the file frame being loaded currently.
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. |