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

Unified Diff: webrtc/video/vie_receiver.h

Issue 1735033003: Removes use of DeRegister Rtp Header Extension for video (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: and in vie_receiver_ as well Created 4 years, 10 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 | « webrtc/video/vie_channel.cc ('k') | webrtc/video/vie_receiver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/vie_receiver.h
diff --git a/webrtc/video/vie_receiver.h b/webrtc/video/vie_receiver.h
index f7b9746b2bb3914dd21eb866a434abb55d1b4342..3667a5c42e7d277a8f9cf5ba34ca8ce5922c253f 100644
--- a/webrtc/video/vie_receiver.h
+++ b/webrtc/video/vie_receiver.h
@@ -64,10 +64,10 @@ class ViEReceiver : public RtpData {
void RegisterRtpRtcpModules(const std::vector<RtpRtcp*>& rtp_modules);
- bool SetReceiveTimestampOffsetStatus(bool enable, int id);
- bool SetReceiveAbsoluteSendTimeStatus(bool enable, int id);
- bool SetReceiveVideoRotationStatus(bool enable, int id);
- bool SetReceiveTransportSequenceNumber(bool enable, int id);
+ bool EnableReceiveTimestampOffset(int id);
+ bool EnableReceiveAbsoluteSendTime(int id);
+ bool EnableReceiveVideoRotation(int id);
+ bool EnableReceiveTransportSequenceNumber(int id);
void StartReceive();
void StopReceive();
« no previous file with comments | « webrtc/video/vie_channel.cc ('k') | webrtc/video/vie_receiver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698