CacheStatistics
Statistics of cached files.
public class CacheStatistics
{
public Int64 fileSize { set; get; }
public Int64 cacheSize { set; get; }
public Int64 downloadSize { set; get; }
};
Properties
- fileSize
- Size of the media file being played, in bytes.
- cacheSize
- Size of the cached data of the media file being played, in bytes.
- downloadSize
- Size of the downloaded media file being played, in bytes.