summaryrefslogtreecommitdiff
path: root/voice_engine/channel.h
diff options
context:
space:
mode:
authorhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-17 10:38:08 +0000
committerhenrika@webrtc.org <henrika@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-17 10:38:08 +0000
commit66ccaffbf91ffd265380c16e23eed4bcc2d1b505 (patch)
tree68b18e88c0f2e02cd75795e528042d9409c60394 /voice_engine/channel.h
parent1b5b5c5d45a1846689c3511d57e9bcc79c53e4bb (diff)
downloadwebrtc-66ccaffbf91ffd265380c16e23eed4bcc2d1b505.tar.gz
Removes VoECodec sub API as part of a clean-up operation where the goal is to remove unused APIs.
BUG=3206 R=juberti@webrtc.org, niklas.enbom@webrtc.org, tina.legrand@webrtc.org, turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11789004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5927 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/channel.h')
-rw-r--r--voice_engine/channel.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/voice_engine/channel.h b/voice_engine/channel.h
index 7a366924..5d94a753 100644
--- a/voice_engine/channel.h
+++ b/voice_engine/channel.h
@@ -206,14 +206,7 @@ public:
int32_t GetVADStatus(bool& enabledVAD, ACMVADMode& mode, bool& disabledDTX);
int32_t SetRecPayloadType(const CodecInst& codec);
int32_t GetRecPayloadType(CodecInst& codec);
- int32_t SetAMREncFormat(AmrMode mode);
- int32_t SetAMRDecFormat(AmrMode mode);
- int32_t SetAMRWbEncFormat(AmrMode mode);
- int32_t SetAMRWbDecFormat(AmrMode mode);
int32_t SetSendCNPayloadType(int type, PayloadFrequencies frequency);
- int32_t SetISACInitTargetRate(int rateBps, bool useFixedFrameSize);
- int32_t SetISACMaxRate(int rateBps);
- int32_t SetISACMaxPayloadSize(int sizeBytes);
// VoE dual-streaming.
int SetSecondarySendCodec(const CodecInst& codec, int red_payload_type);