Class CacheStatistics

java.lang.Object
io.agora.mediaplayer.data.CacheStatistics

public class CacheStatistics extends Object
  • 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

      public String toString()
      Overrides:
      toString in class Object