AgoraMediaPlayerCacheStatistics
缓存文件的统计数据。
Objective-C
__attribute__((visibility("default"))) @interface AgoraMediaPlayerCacheStatistics : NSObject
@property(assign, nonatomic) NSInteger fileSize;
@property(assign, nonatomic) NSInteger cacheSize;
@property(assign, nonatomic) NSInteger downloadSize;
@end
fileSize
本次播放的媒体文件的大小,单位为字节。
cacheSize
本次播放的媒体文件已缓存的数据大小,单位为字节。
downloadSize
本次播放已下载的媒体文件大小,单位为字节。