Index: webrtc/modules/audio_device/test/func_test_manager.h |
diff --git a/webrtc/modules/audio_device/test/func_test_manager.h b/webrtc/modules/audio_device/test/func_test_manager.h |
index 6ef13490d8da724122c33d743291dceff5b311b2..187070965d2b0abf40d106d446f4a78c138d4231 100644 |
--- a/webrtc/modules/audio_device/test/func_test_manager.h |
+++ b/webrtc/modules/audio_device/test/func_test_manager.h |
@@ -105,28 +105,6 @@ public: |
int64_t* elapsed_time_ms, |
int64_t* ntp_time_ms) override; |
- int OnDataAvailable(const int voe_channels[], |
- int number_of_voe_channels, |
- const int16_t* audio_data, |
- int sample_rate, |
- int number_of_channels, |
- size_t number_of_frames, |
- int audio_delay_milliseconds, |
- int current_volume, |
- bool key_pressed, |
- bool need_audio_processing) override; |
- |
- void PushCaptureData(int voe_channel, const void* audio_data, |
- int bits_per_sample, int sample_rate, |
- int number_of_channels, |
- size_t number_of_frames) override; |
- |
- void PullRenderData(int bits_per_sample, int sample_rate, |
- int number_of_channels, size_t number_of_frames, |
- void* audio_data, |
- int64_t* elapsed_time_ms, |
- int64_t* ntp_time_ms) override; |
- |
AudioTransportImpl(AudioDeviceModule* audioDevice); |
~AudioTransportImpl(); |