Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::media::base::CacheStatistics Struct Reference

#include <AgoraMediaPlayerTypes.h>

Public Attributes

int64_t fileSize
 
int64_t cacheSize
 
int64_t downloadSize
 

Member Data Documentation

◆ fileSize

int64_t agora::media::base::CacheStatistics::fileSize

The size (bytes) of the media file being played.

◆ cacheSize

int64_t agora::media::base::CacheStatistics::cacheSize

The size (bytes) of the media file that you want to cache.

◆ downloadSize

int64_t agora::media::base::CacheStatistics::downloadSize

The size (bytes) of the media file that has been downloaded.