Class CatchupConfiguration

    • Field Detail

      • lowerTimeThresholdMs

        public final long lowerTimeThresholdMs
        Threshold relative to the timeReference which indicates the end or destination of the Catchup.
      • upperTimeThresholdMs

        public final long upperTimeThresholdMs
        Threshold relative to the timeReference which indicates the start trigger of the Catchup.
      • fallbackTimeThresholdMs

        public final long fallbackTimeThresholdMs
        Threshold relative to the timeReference which indicates a fallback safeguard for the speed mode. If reached, a seek operation will be triggered to prevent the playhead from the timeReference.
      • speedCoefficient

        public final float speedCoefficient
        Player speed at which to perform Catchup when upperTimeThresholdMs is reached. Only applicable in speed mode.