summaryrefslogtreecommitdiff
path: root/voice_engine/voe_rtp_rtcp_impl.h
diff options
context:
space:
mode:
authorniklas.enbom@webrtc.org <niklas.enbom@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-31 21:13:52 +0000
committerniklas.enbom@webrtc.org <niklas.enbom@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-05-31 21:13:52 +0000
commit2753b76b9eb849893adc1c9e8c0dfe53efe22535 (patch)
tree1748f77347cf526570df1e1728237ec40d0ad7d9 /voice_engine/voe_rtp_rtcp_impl.h
parent40954f033b8ccd3511bfde5011265831fbe2baa4 (diff)
downloadwebrtc-2753b76b9eb849893adc1c9e8c0dfe53efe22535.tar.gz
Add dummy audio NACK APIs
R=pwestin@webrtc.org, turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1579006 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4151 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_rtp_rtcp_impl.h')
-rw-r--r--voice_engine/voe_rtp_rtcp_impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/voice_engine/voe_rtp_rtcp_impl.h b/voice_engine/voe_rtp_rtcp_impl.h
index a9e66fd3..0f8d0848 100644
--- a/voice_engine/voe_rtp_rtcp_impl.h
+++ b/voice_engine/voe_rtp_rtcp_impl.h
@@ -94,6 +94,11 @@ public:
virtual int GetFECStatus(int channel, bool& enabled, int& redPayloadtype);
+ //NACK
+ virtual int SetNACKStatus(int channel,
+ bool enable,
+ int maxNoPackets);
+
// Store RTP and RTCP packets and dump to file (compatible with rtpplay)
virtual int StartRTPDump(int channel,
const char fileNameUTF8[1024],