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

Unified Diff: voice_engine/voe_base_impl.h

Issue 3018523002: Clean out unused methods from VoiceEngine and VoEBase. (Closed)
Patch Set: rebase Created 3 years, 3 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
« no previous file with comments | « voice_engine/statistics.cc ('k') | voice_engine/voe_base_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: voice_engine/voe_base_impl.h
diff --git a/voice_engine/voe_base_impl.h b/voice_engine/voe_base_impl.h
index 36e3502e3baa36745d109c91a0334fbe4d495da6..608292ce086c710110f7e01ca1a575b183a360e3 100644
--- a/voice_engine/voe_base_impl.h
+++ b/voice_engine/voe_base_impl.h
@@ -44,20 +44,13 @@ class VoEBaseImpl : public VoEBase,
int CreateChannel(const ChannelConfig& config) override;
int DeleteChannel(int channel) override;
- int StartReceive(int channel) override;
int StartPlayout(int channel) override;
int StartSend(int channel) override;
int StopPlayout(int channel) override;
int StopSend(int channel) override;
- int GetVersion(char version[1024]) override;
-
- int LastError() override;
-
AudioTransport* audio_transport() override { return this; }
- int AssociateSendChannel(int channel, int accociate_send_channel) override;
-
// AudioTransport
int32_t RecordedDataIsAvailable(const void* audio_data,
const size_t number_of_frames,
« no previous file with comments | « voice_engine/statistics.cc ('k') | voice_engine/voe_base_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698