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

Unified Diff: remoting/codec/audio_encoder_opus.h

Issue 11410012: Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename. Comments. Created 8 years, 1 month 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 | « media/media.gyp ('k') | remoting/codec/audio_encoder_opus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/codec/audio_encoder_opus.h
diff --git a/remoting/codec/audio_encoder_opus.h b/remoting/codec/audio_encoder_opus.h
index b172de2628b33f65aa2e1e8279e33e472c33600e..7f610d4bd1e4e3ff4299362d94c7014c2eac8666 100644
--- a/remoting/codec/audio_encoder_opus.h
+++ b/remoting/codec/audio_encoder_opus.h
@@ -34,7 +34,8 @@ class AudioEncoderOpus : public AudioEncoder {
void DestroyEncoder();
bool ResetForPacket(AudioPacket* packet);
- void FetchBytesToResample(media::AudioBus* audio_bus);
+ void FetchBytesToResample(int resampler_frame_delay,
+ media::AudioBus* audio_bus);
int sampling_rate_;
AudioPacket::Channels channels_;
« no previous file with comments | « media/media.gyp ('k') | remoting/codec/audio_encoder_opus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698