Class ZegoNetWorkResourceCache


  • public class ZegoNetWorkResourceCache
    extends java.lang.Object
    Media player network cache information
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int size
      Cached size, unit byte
      int time
      Cached duration, unit ms
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • time

        public int time
        Cached duration, unit ms
      • size

        public int size
        Cached size, unit byte
    • Constructor Detail

      • ZegoNetWorkResourceCache

        public ZegoNetWorkResourceCache()