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

Unified Diff: webrtc/common_types.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/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 587b90d753ce3f3eb092dfd01edb8b1b68303719..a9194031fce1e797b93200c015fef6ebee1d2e87 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -772,6 +772,11 @@ struct RTPHeaderExtension {
// ts_126114v120700p.pdf
bool hasVideoRotation;
uint8_t videoRotation;
+
+ // Value of -1 represents that there is no valid playout delay value
+ // specified.
+ int16_t min_playout_delay_ms;
+ int16_t max_playout_delay_ms;
sprang_webrtc 2016/05/24 14:46:08 Maybe you can have a small separate struct Playout
Irfan 2016/05/25 09:32:53 Done.
};
struct RTPHeader {
« no previous file with comments | « webrtc/audio/audio_send_stream.cc ('k') | webrtc/common_types.cc » ('j') | webrtc/config.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698