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

Unified Diff: webrtc/voice_engine/channel.h

Issue 2661043003: Allow ANA to receive RPLR (recoverable packet loss rate) indications (Closed)
Patch Set: CR respone 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 e6e7598dfff0a2d198218618d1b46b13b9c9ac2f..cf1d2932a4c1a77f82d0739ecc1ad8f556b542b0 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -385,6 +385,8 @@ class Channel
// from RTCP-XR.
void OnTwccBasedUplinkPacketLossRate(float packet_loss_rate);
+ void OnRecoverableUplinkPacketLossRate(float recoverable_packet_loss_rate);
+
protected:
void OnUplinkPacketLossRate(float packet_loss_rate);

Powered by Google App Engine
This is Rietveld 408576698