CacheStatistics

Statistics of cached files.

export class CacheStatistics {

  fileSize?: number;

  cacheSize?: number;

  downloadSize?: number;
}

Properties

fileSize
Size of the media file played this time, in bytes.
cacheSize
Size of the cached data of the media file played this time, in bytes.
downloadSize
Size of the downloaded media file played this time, in bytes.