Index: webrtc/media/engine/webrtcvoiceengine.h |
diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h |
index 64e0f5b1850d9860b23c69751c2f2883ebc7dfec..5008167f77405c9477bf131c48130a9ee65a5412 100644 |
--- a/webrtc/media/engine/webrtcvoiceengine.h |
+++ b/webrtc/media/engine/webrtcvoiceengine.h |
@@ -245,7 +245,6 @@ class WebRtcVoiceMediaChannel final : public VoiceMediaChannel, |
WebRtcVoiceEngine* engine() { return engine_; } |
int GetLastEngineError() { return engine()->GetLastEngineError(); } |
int GetOutputLevel(int channel); |
- bool SetPlayout(int channel, bool playout); |
aleloi
2016/08/03 13:09:58
Removed private member function that did the commu
|
bool ChangePlayout(bool playout); |
int CreateVoEChannel(); |
bool DeleteVoEChannel(int channel); |