Index: voice_engine/channel_proxy.h |
diff --git a/voice_engine/channel_proxy.h b/voice_engine/channel_proxy.h |
index 40246aaa10b13276cf61234dd2eb41cf7dca174a..cb292ec1d50f5361638f2f2850f4a9a6ab1bc1d5 100644 |
--- a/voice_engine/channel_proxy.h |
+++ b/voice_engine/channel_proxy.h |
@@ -107,7 +107,7 @@ class ChannelProxy : public RtpPacketSinkInterface { |
virtual AudioMixer::Source::AudioFrameInfo GetAudioFrameWithInfo( |
int sample_rate_hz, |
AudioFrame* audio_frame); |
- virtual int NeededFrequency() const; |
+ virtual int PreferredSampleRate() const; |
virtual void SetTransportOverhead(int transport_overhead_per_packet); |
virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy); |
virtual void DisassociateSendChannel(); |