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

Unified Diff: webrtc/config.h

Issue 2007743003: Add sender controlled playout delay limits (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@cleanup_rtp_hdr_extensions
Patch Set: Rename OnReceivedRtcpReport to OnReceivedRtcpReportBlocks Created 4 years, 6 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/config.h
diff --git a/webrtc/config.h b/webrtc/config.h
index d5fd1fe564f6ea2b7d8d93f8b8280ebe27e221f0..083e778a4153b38371edc5f02c778bc16a6c158c 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -87,6 +87,9 @@ struct RtpExtension {
static const char* kTransportSequenceNumberUri;
static const int kTransportSequenceNumberDefaultId;
+ static const char* kPlayoutDelayUri;
+ static const int kPlayoutDelayDefaultId;
+
std::string uri;
int id;
};
« no previous file with comments | « webrtc/common_types.cc ('k') | webrtc/config.cc » ('j') | webrtc/modules/modules.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698