Agora Java API Reference for Android
Public Attributes | List of all members
agora::media::base::CacheStatistics Struct Reference

Statistics about the media files being cached. More...

#include <AgoraMediaPlayerTypes.h>

Public Attributes

int64_t fileSize
 
int64_t cacheSize
 
int64_t downloadSize
 

Detailed Description

Statistics about the media files being cached.

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.