CacheStatistics
Statistics about the media files being cached.
struct CacheStatistics { int64_t fileSize; int64_t cacheSize; int64_t downloadSize; };
Attributes
- fileSize
- The size (bytes) of the media file being played.
- cacheSize
- The size (bytes) of the media file that you want to cache.
- downloadSize
- The size (bytes) of the media file that has been downloaded.