Chromium Code Reviews| Index: media/audio/audio_util.h |
| =================================================================== |
| --- media/audio/audio_util.h (revision 112747) |
| +++ media/audio/audio_util.h (working copy) |
| @@ -105,6 +105,14 @@ |
| MEDIA_EXPORT bool IsUnknownDataSize(base::SharedMemory* shared_memory, |
| uint32 shared_memory_size); |
| +#if defined(OS_WIN) |
| + |
| +// Does Windows support WASAPI? We are checking in lot of places, and |
| +// sometimes check was written incorrectly, so move into separate function. |
| +MEDIA_EXPORT bool WindowsSupportWASAPI(); |
|
tommi (sloooow) - chröme
2011/12/02 22:23:45
nit: maybe IsWASAPISupported() in line with other
|
| + |
| +#endif // defined(OS_WIN) |
| + |
| } // namespace media |
| #endif // MEDIA_AUDIO_AUDIO_UTIL_H_ |