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

Unified Diff: media/base/loopback_audio_converter.h

Issue 2004283002: AudioConverter: Express delay in frames rather than msec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed files & removed rounding Created 4 years, 7 months 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/base/fake_audio_renderer_sink.cc ('k') | media/base/loopback_audio_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/loopback_audio_converter.h
diff --git a/media/base/loopback_audio_converter.h b/media/base/loopback_audio_converter.h
index 9bfd00f228ba2caf2f7d5702bbd0553401f1f373..21815f0ac0dc04f6bc801bbe20709407ac3f0f61 100644
--- a/media/base/loopback_audio_converter.h
+++ b/media/base/loopback_audio_converter.h
@@ -35,8 +35,7 @@ class LoopbackAudioConverter : public AudioConverter::InputCallback {
bool empty() { return audio_converter_.empty(); }
private:
- double ProvideInput(AudioBus* audio_bus,
- base::TimeDelta buffer_delay) override;
+ double ProvideInput(AudioBus* audio_bus, uint32_t frames_delayed) override;
AudioConverter audio_converter_;
« no previous file with comments | « media/base/fake_audio_renderer_sink.cc ('k') | media/base/loopback_audio_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698