文档中心/本页总览CacheStatistics缓存文件的统计数据。 C++struct CacheStatistics { int64_t fileSize; int64_t cacheSize; int64_t downloadSize;}; fileSize 本次播放的媒体文件的大小,单位为字节。 cacheSize 本次播放的媒体文件已缓存的数据大小,单位为字节。 downloadSize 本次播放已下载的媒体文件大小,单位为字节。