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

Unified Diff: webrtc/video/vie_channel.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/video_send_stream.cc ('k') | webrtc/video/vie_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/vie_channel.h
diff --git a/webrtc/video/vie_channel.h b/webrtc/video/vie_channel.h
index 8e971887aefc5b2c34fdde3de46d19908fb3c69d..e3182cbf25d72e1515c9155fde1287f47357efeb 100644
--- a/webrtc/video/vie_channel.h
+++ b/webrtc/video/vie_channel.h
@@ -88,10 +88,10 @@ class ViEChannel : public VCMFrameTypeCallback,
bool enable_fec,
int payload_type_red,
int payload_type_fec);
- int SetSendTimestampOffsetStatus(bool enable, int id);
- int SetSendAbsoluteSendTimeStatus(bool enable, int id);
- int SetSendVideoRotationStatus(bool enable, int id);
- int SetSendTransportSequenceNumber(bool enable, int id);
+ int EnableSendTimestampOffset(int id);
+ int EnableSendAbsoluteSendTime(int id);
+ int EnableSendVideoRotation(int id);
+ int EnableSendTransportSequenceNumber(int id);
RtpState GetRtpStateForSsrc(uint32_t ssrc) const;
« no previous file with comments | « webrtc/video/video_send_stream.cc ('k') | webrtc/video/vie_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698