Chromium Code Reviews| 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 |