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

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: Comments. Binding. Optional FIFO. 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
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_;

Powered by Google App Engine
This is Rietveld 408576698