Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: webrtc/media/engine/webrtcvoiceengine.h

Issue 2059403002: Removed GetOutputVolume() and SetOutputVolume(). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/media/engine/webrtcvoiceengine.h
diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h
index 63ef3f305df2050b5436fb2f7dbd465206f8d3c0..b802913d9c052e51448dc68162efb9e454d41dfa 100644
--- a/webrtc/media/engine/webrtcvoiceengine.h
+++ b/webrtc/media/engine/webrtcvoiceengine.h
@@ -61,8 +61,6 @@ class WebRtcVoiceEngine final : public webrtc::TraceCallback {
const MediaConfig& config,
const AudioOptions& options);
- bool GetOutputVolume(int* level);
- bool SetOutputVolume(int level);
int GetInputLevel();
const std::vector<AudioCodec>& codecs();

Powered by Google App Engine
This is Rietveld 408576698