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

Unified Diff: media/base/audio_hardware_config.h

Issue 23691038: Switch LiveAudio to source provider solution. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and fixed some unittests Created 7 years, 3 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_hardware_config.h
diff --git a/media/base/audio_hardware_config.h b/media/base/audio_hardware_config.h
index d1621b98224bf6fcc3dcf4cea55d189d79d73d55..615d4f6e22fbb87cf270fb3242bb1dbc406006d5 100644
--- a/media/base/audio_hardware_config.h
+++ b/media/base/audio_hardware_config.h
@@ -27,6 +27,7 @@ class MEDIA_EXPORT AudioHardwareConfig {
ChannelLayout GetOutputChannelLayout() const;
int GetOutputChannels() const;
+ int GetInputBufferSize() const;
int GetInputSampleRate() const;
ChannelLayout GetInputChannelLayout() const;
int GetInputChannels() const;

Powered by Google App Engine
This is Rietveld 408576698