Package io.agora.mediaplayer.data
Class CacheStatistics
java.lang.Object
io.agora.mediaplayer.data.CacheStatistics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongvoidsetCacheSize(long cacheSize) voidsetDownloadSize(long downloadSize) voidsetFileSize(long fileSize) toString()
-
Constructor Details
-
CacheStatistics
public CacheStatistics()
-
-
Method Details
-
getCacheSize
public long getCacheSize() -
getDownloadSize
public long getDownloadSize() -
getFileSize
public long getFileSize() -
setCacheSize
public void setCacheSize(long cacheSize) -
setDownloadSize
public void setDownloadSize(long downloadSize) -
setFileSize
public void setFileSize(long fileSize) -
toString
-