CacheStatistics

Statistics about the media files being cached.

public class CacheStatistics
    {
        public Int64 fileSize { set; get; }
        public Int64 cacheSize { set; get; }
        public Int64 downloadSize { set; get; }
    };

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.