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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.h

Issue 12387006: Pass more detailed audio hardware configuration information to the renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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: content/renderer/renderer_webkitplatformsupport_impl.h
===================================================================
--- content/renderer/renderer_webkitplatformsupport_impl.h (revision 186233)
+++ content/renderer/renderer_webkitplatformsupport_impl.h (working copy)
@@ -74,6 +74,7 @@
virtual bool isThreadedCompositingEnabled();
virtual double audioHardwareSampleRate();
virtual size_t audioHardwareBufferSize();
+ virtual unsigned audioHardwareOutputChannels();
// TODO(crogers): remove deprecated API as soon as WebKit calls new API.
virtual WebKit::WebAudioDevice* createAudioDevice(

Powered by Google App Engine
This is Rietveld 408576698