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

Unified Diff: media/audio/audio_util.h

Issue 10540034: Use 2 buffers on presumable good Windows boxes. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 6 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/audio/audio_util.h
===================================================================
--- media/audio/audio_util.h (revision 140416)
+++ media/audio/audio_util.h (working copy)
@@ -132,6 +132,10 @@
// sometimes check was written incorrectly, so move into separate function.
MEDIA_EXPORT bool IsWASAPISupported();
+// Returns number of buffers to be used by wave out.
+// Used by both production and test code.
scherkus (not reviewing) 2012/06/07 17:25:41 no need to mention the prod/test stuff
enal1 2012/06/07 20:56:22 Done.
+MEDIA_EXPORT int NumberOfWaveOutBuffers();
+
#endif // defined(OS_WIN)
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698