Chromium Code Reviews

Unified Diff: webrtc/voice_engine/channel_proxy.h

Issue 2727063004: Remove VoEVolumeControl interface. (Closed)
Patch Set: fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/voice_engine/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index d8cc00b82c96dba6b290926f0c48a81cb2c2f50a..28d036446a295a87c8f1ccd62c713a0f201d1f66 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -73,8 +73,8 @@ class ChannelProxy {
virtual std::vector<ReportBlock> GetRemoteRTCPReportBlocks() const;
virtual NetworkStatistics GetNetworkStatistics() const;
virtual AudioDecodingCallStats GetDecodingCallStatistics() const;
- virtual int32_t GetSpeechOutputLevel() const;
- virtual int32_t GetSpeechOutputLevelFullRange() const;
+ virtual int GetSpeechOutputLevel() const;
+ virtual int GetSpeechOutputLevelFullRange() const;
virtual uint32_t GetDelayEstimate() const;
virtual bool SetSendTelephoneEventPayloadType(int payload_type,
int payload_frequency);

Powered by Google App Engine