CacheStatistics

Statistics of cached files.

export class CacheStatistics {

  fileSize?: number;

  cacheSize?: number;

  downloadSize?: number;
}

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 media file downloaded during playback, in bytes.