Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: webrtc/voice_engine/channel.h

Issue 2661043003: Allow ANA to receive RPLR (recoverable packet loss rate) indications (Closed)
Patch Set: Rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/channel.h
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
index 09e3ed327e0b9a0ba2b9e531f619a6df82e60992..85590f7972db2f1b231ea8fd2000c08e48423133 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -384,6 +384,9 @@ class Channel
void OnTwccBasedUplinkPacketLossRate(
const rtc::Optional<float>& packet_loss_rate);
+ void OnRecoverableUplinkPacketLossRate(
+ const rtc::Optional<float>& recoverable_packet_loss_rate);
+
protected:
void OnUplinkPacketLossRate(float packet_loss_rate);

Powered by Google App Engine
This is Rietveld 408576698