Agora RTC Objective-C API Reference  Refactor
Properties
AgoraMediaPlayerCacheStatistics Class Reference

Inherits <NSObject>.

Properties

NSInteger fileSize
 
NSInteger cacheSize
 
NSInteger downloadSize
 

Property Documentation

◆ fileSize

- (NSInteger) fileSize
readwritenonatomicassign

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

◆ cacheSize

- (NSInteger) cacheSize
readwritenonatomicassign

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

◆ downloadSize

- (NSInteger) downloadSize
readwritenonatomicassign

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