summaryrefslogtreecommitdiff
path: root/voice_engine/voe_volume_control_impl.cc
diff options
context:
space:
mode:
authorsjlee@webrtc.org <sjlee@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-25 11:12:20 +0000
committersjlee@webrtc.org <sjlee@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-25 11:12:20 +0000
commit0c1f10b1ee951ff3afde4cbaefb218761358eb10 (patch)
tree1c2bde3c445e98ee1e96cc212fdcc0d0eca5e6cd /voice_engine/voe_volume_control_impl.cc
parent95227926c4484c35819f6f93a2f46720e76cd1cf (diff)
downloadwebrtc-0c1f10b1ee951ff3afde4cbaefb218761358eb10.tar.gz
Enable the below APIs for iOS.
class VoEAudioProcessing int RegisterRxVadObserver(); int DeRegisterRxVadObserver(); int SetEcMetricsStatus(); int GetEcMetricsStatus() int GetEchoMetrics(); int GetEcDelayMetrics(); class VoENetEqStats int GetNetworkStatistics(); class VoEVolumeControl int SetChannelOutputVolumeScaling(); int GetChannelOutputVolumeScaling(); Review URL: https://webrtc-codereview.appspot.com/1159004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3719 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_volume_control_impl.cc')
-rw-r--r--voice_engine/voe_volume_control_impl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/voice_engine/voe_volume_control_impl.cc b/voice_engine/voe_volume_control_impl.cc
index 3d55c7f3..6f35a2c2 100644
--- a/voice_engine/voe_volume_control_impl.cc
+++ b/voice_engine/voe_volume_control_impl.cc
@@ -491,7 +491,6 @@ int VoEVolumeControlImpl::SetChannelOutputVolumeScaling(int channel,
WEBRTC_TRACE(kTraceApiCall, kTraceVoice, VoEId(_shared->instance_id(), -1),
"SetChannelOutputVolumeScaling(channel=%d, scaling=%3.2f)",
channel, scaling);
- IPHONE_NOT_SUPPORTED(_shared->statistics());
if (!_shared->statistics().Initialized())
{
_shared->SetLastError(VE_NOT_INITED, kTraceError);
@@ -520,7 +519,6 @@ int VoEVolumeControlImpl::GetChannelOutputVolumeScaling(int channel,
{
WEBRTC_TRACE(kTraceApiCall, kTraceVoice, VoEId(_shared->instance_id(), -1),
"GetChannelOutputVolumeScaling(channel=%d, scaling=?)", channel);
- IPHONE_NOT_SUPPORTED(_shared->statistics());
if (!_shared->statistics().Initialized())
{
_shared->SetLastError(VE_NOT_INITED, kTraceError);