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

Unified Diff: webrtc/video/vie_channel.h

Issue 1740133002: Simplify registration of RTP-header extensions. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: header 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 e3182cbf25d72e1515c9155fde1287f47357efeb..a17207bcabae2f7310bc4abe6ebe365d86a5f961 100644
--- a/webrtc/video/vie_channel.h
+++ b/webrtc/video/vie_channel.h
@@ -88,10 +88,6 @@ class ViEChannel : public VCMFrameTypeCallback,
bool enable_fec,
int payload_type_red,
int payload_type_fec);
- 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