Package org.jitsi.service.neomedia.rtp
Interface BandwidthEstimator.Statistics
-
- Enclosing interface:
- BandwidthEstimator
public static interface BandwidthEstimator.StatisticsHolds stats specific to the bandwidth estimator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLossDegradedMs()longgetLossFreeMs()longgetLossLimitedMs()voidupdate(long nowMs)
-
-
-
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)
-
-