Searched refs:jitterThresholds (Results 1 – 1 of 1) sorted by relevance
82 int[] jitterThresholds, in MediaThreshold() argument85 mRtpJitter = jitterThresholds; in MediaThreshold()267 public Builder setThresholdsRtpJitterMillis(int[] jitterThresholds) { in setThresholdsRtpJitterMillis() argument268 if (jitterThresholds.length > 0) { in setThresholdsRtpJitterMillis()270 for (Integer value : jitterThresholds) { in setThresholdsRtpJitterMillis()282 this.mRtpJitter = jitterThresholds; in setThresholdsRtpJitterMillis()