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

Unified Diff: media/base/audio_converter.h

Issue 177333003: Add support for midstream audio configuration changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ABS
Patch Set: Back to the original approach, but with working splicer timestamps. Created 6 years, 9 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
Index: media/base/audio_converter.h
diff --git a/media/base/audio_converter.h b/media/base/audio_converter.h
index b921a3a186e47c96d52c1a9090384d6c69d476dc..42ceef85ef557cdb322ff1aed8266e02bcedc8d0 100644
--- a/media/base/audio_converter.h
+++ b/media/base/audio_converter.h
@@ -90,6 +90,9 @@ class MEDIA_EXPORT AudioConverter {
// to each input's ProvideInput for more data.
int ChunkSize() const;
+ // How many frames will be requested via a single ProvideInput() call.
DaleCurtis 2014/03/27 06:00:45 Seems unused?
rileya (GONE FROM CHROMIUM) 2014/03/27 17:51:40 Yup, removed.
+ int RequestSize() const;
+
private:
// Provides input to the MultiChannelResampler. Called by the resampler when
// more data is necessary.

Powered by Google App Engine
This is Rietveld 408576698