summaryrefslogtreecommitdiff
path: root/video_engine/vie_rtp_rtcp_impl.h
diff options
context:
space:
mode:
authormikhal@webrtc.org <mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-02-01 19:33:21 +0000
committermikhal@webrtc.org <mikhal@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-02-01 19:33:21 +0000
commit16196644914f7b91ba8029c936ca2cf65e771749 (patch)
tree6d18db04d00a7c64f73aaf183e6669784b2b4b37 /video_engine/vie_rtp_rtcp_impl.h
parent7fff32c808707eb6810d1057747069d7afce9939 (diff)
downloadwebrtc-16196644914f7b91ba8029c936ca2cf65e771749.tar.gz
Adding a send side API for streaming
Review URL: https://webrtc-codereview.appspot.com/1070009 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3457 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/vie_rtp_rtcp_impl.h')
-rw-r--r--video_engine/vie_rtp_rtcp_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video_engine/vie_rtp_rtcp_impl.h b/video_engine/vie_rtp_rtcp_impl.h
index 577e0853..210afcf9 100644
--- a/video_engine/vie_rtp_rtcp_impl.h
+++ b/video_engine/vie_rtp_rtcp_impl.h
@@ -64,6 +64,8 @@ class ViERTP_RTCPImpl
virtual int SetHybridNACKFECStatus(const int video_channel, const bool enable,
const unsigned char payload_typeRED,
const unsigned char payload_typeFEC);
+ virtual int EnableSenderStreamingMode(int video_channel,
+ int target_delay_ms);
virtual int SetKeyFrameRequestMethod(const int video_channel,
const ViEKeyFrameRequestMethod method);
virtual int SetTMMBRStatus(const int video_channel, const bool enable);