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

Unified Diff: media/audio/simple_sources.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/audio/audio_output_resampler.cc ('k') | media/audio/simple_sources.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/simple_sources.h
diff --git a/media/audio/simple_sources.h b/media/audio/simple_sources.h
index 4bf644377fdbf206e367bb4362cf78ebafc1bc30..b00aa2420484171cc4dfb6f4b0ca02d3a9a94e9f 100644
--- a/media/audio/simple_sources.h
+++ b/media/audio/simple_sources.h
@@ -82,8 +82,7 @@ class MEDIA_EXPORT FileSource : public AudioOutputStream::AudioSourceCallback,
bool load_failed_;
// Provides audio data from wav_audio_handler_ into the file audio converter.
- double ProvideInput(AudioBus* audio_bus,
- base::TimeDelta buffer_delay) override;
+ double ProvideInput(AudioBus* audio_bus, uint32_t frames_delayed) override;
// Loads the wav file on the first OnMoreData invocation.
void LoadWavFile(const base::FilePath& path_to_wav_file);
« no previous file with comments | « media/audio/audio_output_resampler.cc ('k') | media/audio/simple_sources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698