Deprecate AudioProcessing::AnalyzeReverseStream(AudioFrame) API

Review URL: https://codereview.webrtc.org/1783693005

Cr-Commit-Position: refs/heads/master@{#12045}
This commit is contained in:
aluebs
2016-03-17 20:39:53 -07:00
committed by Commit bot
parent da116c4c37
commit b031955770
9 changed files with 37 additions and 62 deletions

View File

@ -86,7 +86,6 @@ class AudioProcessingImpl : public AudioProcessing {
// Render-side exclusive methods possibly running APM in a
// multi-threaded manner. Acquire the render lock.
int AnalyzeReverseStream(AudioFrame* frame) override;
int ProcessReverseStream(AudioFrame* frame) override;
int AnalyzeReverseStream(const float* const* data,
size_t samples_per_channel,