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

Unified Diff: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h

Issue 2460533002: Simplify {,Set}UlpfecConfig interface. (Closed)
Patch Set: Created 4 years, 2 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/modules/rtp_rtcp/include/rtp_rtcp.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
index cbf953db0fd97a4bc8fecd7831d323ccbfa65b04..25041b8ff91a4b8051710ce2ed4917b634656ad6 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
@@ -453,9 +453,9 @@ class RtpRtcp : public Module {
// Video
// **************************************************************************
- // Turn on/off ULPFEC.
- virtual void SetUlpfecConfig(bool enabled,
- int red_payload_type,
+ // Set RED and ULPFEC payload types. A payload type of -1
danilchap 2016/10/27 11:53:40 which of the two payload types should be -1 to tur
brandtr 2016/10/28 07:46:31 ulpfec_payload_type == -1 means that ULPFEC is off
+ // means that the functionality is turned off.
+ virtual void SetUlpfecConfig(int red_payload_type,
int ulpfec_payload_type) = 0;
virtual int32_t SetFecParameters(const FecProtectionParams* delta_params,
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h » ('j') | webrtc/modules/rtp_rtcp/source/rtp_sender_video.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698