Class ZegoAccurateSeekConfig


  • public class ZegoAccurateSeekConfig
    extends java.lang.Object
    Precise seek configuration
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long timeout
      The timeout time for precise search; if not set, the SDK internal default is set to 5000 milliseconds, the effective value range is [2000, 10000], the unit is ms
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • timeout

        public long timeout
        The timeout time for precise search; if not set, the SDK internal default is set to 5000 milliseconds, the effective value range is [2000, 10000], the unit is ms
    • Constructor Detail

      • ZegoAccurateSeekConfig

        public ZegoAccurateSeekConfig()