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

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: Created 4 years, 7 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..9fe4092e668f3339d111fed60e4510462b9ca09d 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 kPlayoutDelayId;
+
std::string uri;
int id;
};

Powered by Google App Engine
This is Rietveld 408576698