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

Unified Diff: call/call.h

Issue 2826263004: Move responsibility for RTP header extensions on video receive. (Closed)
Patch Set: Crude rebase. Created 3 years, 3 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
« no previous file with comments | « call/bitrate_estimator_tests.cc ('k') | call/call.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: call/call.h
diff --git a/call/call.h b/call/call.h
index f26d9d654001087d15d6135473fc311ef9508b5b..e603af9516d8f0aac1f0776b72cb1c1f83517274 100644
--- a/call/call.h
+++ b/call/call.h
@@ -131,6 +131,11 @@ class Call {
const Call::Config& config,
std::unique_ptr<RtpTransportControllerSendInterface> transport_send);
+ // TODO(nisse): Should move to RtpTransportController.
+ // Rtp header extensions can be renegotiated mid-call.
+ virtual void SetVideoReceiveRtpHeaderExtensions(
+ const std::vector<RtpExtension>& extensions) = 0;
+
virtual AudioSendStream* CreateAudioSendStream(
const AudioSendStream::Config& config) = 0;
virtual void DestroyAudioSendStream(AudioSendStream* send_stream) = 0;
« no previous file with comments | « call/bitrate_estimator_tests.cc ('k') | call/call.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698