Index: media/audio/audio_util.h |
=================================================================== |
--- media/audio/audio_util.h (revision 142383) |
+++ media/audio/audio_util.h (working copy) |
@@ -132,6 +132,9 @@ |
// sometimes check was written incorrectly, so move into separate function. |
MEDIA_EXPORT bool IsWASAPISupported(); |
+// Returns number of buffers to be used by wave out. |
+MEDIA_EXPORT int NumberOfWaveOutBuffers(); |
+ |
#endif // defined(OS_WIN) |
} // namespace media |