aboutsummaryrefslogtreecommitdiff
path: root/webrtc/voice_engine/voe_network_impl.h
diff options
context:
space:
mode:
authorstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-05 14:30:48 +0000
committerstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-05 14:30:48 +0000
commit66b2e5c05a3f2a93d634d1dbbcbb283fb218ca4f (patch)
tree4404784978de71686cae3b87d002e1570900db70 /webrtc/voice_engine/voe_network_impl.h
parentd4d9480c05fb1c5fb78e894742291c68fbdc68f8 (diff)
downloadwebrtc-66b2e5c05a3f2a93d634d1dbbcbb283fb218ca4f.tar.gz
Breaking out receive-stats, rtp-payload-registry and rtp-receiver from the
rtp_rtcp implementation. This refactoring significantly reduces the receive-side RTP parser and receiver complexity, and makes it possible to implement RTX correctly by having two instances of receive-statistics. With this change the dead-or-alive and packet timeout APIs are removed. TEST=trybots, vie_auto_test, voe_auto_test BUG=1811 R=mflodman@webrtc.org, pbos@webrtc.org, xians@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1745004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4301 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/voice_engine/voe_network_impl.h')
-rw-r--r--webrtc/voice_engine/voe_network_impl.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/webrtc/voice_engine/voe_network_impl.h b/webrtc/voice_engine/voe_network_impl.h
index 194899b458..6a703cfa68 100644
--- a/webrtc/voice_engine/voe_network_impl.h
+++ b/webrtc/voice_engine/voe_network_impl.h
@@ -34,27 +34,6 @@ public:
const void* data,
unsigned int length);
- virtual int SetPacketTimeoutNotification(int channel,
- bool enable,
- int timeoutSeconds = 2);
-
- virtual int GetPacketTimeoutNotification(int channel,
- bool& enabled,
- int& timeoutSeconds);
-
- virtual int RegisterDeadOrAliveObserver(int channel,
- VoEConnectionObserver& observer);
-
- virtual int DeRegisterDeadOrAliveObserver(int channel);
-
- virtual int SetPeriodicDeadOrAliveStatus(int channel,
- bool enable,
- int sampleTimeSeconds = 2);
-
- virtual int GetPeriodicDeadOrAliveStatus(int channel,
- bool& enabled,
- int& sampleTimeSeconds);
-
protected:
VoENetworkImpl(voe::SharedData* shared);
virtual ~VoENetworkImpl();