Interface BandwidthEstimator.Statistics

  • Enclosing interface:
    BandwidthEstimator

    public static interface BandwidthEstimator.Statistics
    Holds stats specific to the bandwidth estimator.
    • Method Detail

      • getLossDegradedMs

        long getLossDegradedMs()
        Returns:
        the number of millis spent in the loss-degraded state.
      • getLossLimitedMs

        long getLossLimitedMs()
        Returns:
        the number of millis spent in the loss-limited state.
      • getLossFreeMs

        long getLossFreeMs()
        Returns:
        the number of millis spent in the loss-free state.
      • update

        void update​(long nowMs)