Searched refs:packetLossRateThresholds (Results 1 – 1 of 1) sorted by relevance
81 int[] packetLossRateThresholds, in MediaThreshold() argument84 mRtpPacketLossRate = packetLossRateThresholds; in MediaThreshold()237 public Builder setThresholdsRtpPacketLossRate(int[] packetLossRateThresholds) { in setThresholdsRtpPacketLossRate() argument238 if (packetLossRateThresholds.length > 0) { in setThresholdsRtpPacketLossRate()240 for (Integer value : packetLossRateThresholds) { in setThresholdsRtpPacketLossRate()252 this.mRtpPacketLossRate = packetLossRateThresholds; in setThresholdsRtpPacketLossRate()