Class ZegoNetworkTimeInfo


  • public class ZegoNetworkTimeInfo
    extends java.lang.Object
    The NTP info
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int maxDeviation
      The max deviation
      long timestamp
      Network timestamp after synchronization, 0 indicates not yet synchronized
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • timestamp

        public long timestamp
        Network timestamp after synchronization, 0 indicates not yet synchronized
      • maxDeviation

        public int maxDeviation
        The max deviation
    • Constructor Detail

      • ZegoNetworkTimeInfo

        public ZegoNetworkTimeInfo()