summaryrefslogtreecommitdiff
path: root/voice_engine/voe_base_impl.h
diff options
context:
space:
mode:
authorpwestin@webrtc.org <pwestin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-13 17:52:42 +0000
committerpwestin@webrtc.org <pwestin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-13 17:52:42 +0000
commit2daec4c2f14642dfafd7d4f94fc631c8aa87b93f (patch)
tree447a6a6676da25761094f65d03ac9c02a22485de /voice_engine/voe_base_impl.h
parent2637d61b86b68c7082ae21b4cc9bc88cc36d1c13 (diff)
downloadwebrtc-2daec4c2f14642dfafd7d4f94fc631c8aa87b93f.tar.gz
Removed the engine API:s related to transport such as SetSendDestination, the functionality is now provided via the test frame work.
Review URL: https://webrtc-codereview.appspot.com/1029004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3665 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_base_impl.h')
-rw-r--r--voice_engine/voe_base_impl.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/voice_engine/voe_base_impl.h b/voice_engine/voe_base_impl.h
index 17c6ed3d..92f1539d 100644
--- a/voice_engine/voe_base_impl.h
+++ b/voice_engine/voe_base_impl.h
@@ -44,25 +44,6 @@ public:
virtual int DeleteChannel(int channel);
- virtual int SetLocalReceiver(int channel, int port,
- int RTCPport = kVoEDefault,
- const char ipAddr[64] = NULL,
- const char multiCastAddr[64] = NULL);
-
- virtual int GetLocalReceiver(int channel, int& port, int& RTCPport,
- char ipAddr[64]);
-
- virtual int SetSendDestination(int channel, int port,
- const char ipAddr[64],
- int sourcePort = kVoEDefault,
- int RTCPport = kVoEDefault);
-
- virtual int GetSendDestination(int channel,
- int& port,
- char ipAddr[64],
- int& sourcePort,
- int& RTCPport);
-
virtual int StartReceive(int channel);
virtual int StartPlayout(int channel);
@@ -125,9 +106,6 @@ private:
WebRtc_Word32 AddBuildInfo(char* str) const;
WebRtc_Word32 AddVoEVersion(char* str) const;
-#ifdef WEBRTC_EXTERNAL_TRANSPORT
- WebRtc_Word32 AddExternalTransportBuild(char* str) const;
-#endif
#ifdef WEBRTC_VOE_EXTERNAL_REC_AND_PLAYOUT
WebRtc_Word32 AddExternalRecAndPlayoutBuild(char* str) const;
#endif
@@ -139,7 +117,6 @@ private:
WebRtc_UWord32 _oldMicLevel;
AudioFrame _audioFrame;
voe::SharedData* _shared;
-
};
} // namespace webrtc