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

Unified Diff: media/audio/win/audio_manager_win.h

Issue 8440002: Low-latency AudioOutputStream implementation based on WASAPI for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Modified buffer handling and improved unit test Created 9 years, 1 month 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/win/audio_manager_win.h
===================================================================
--- media/audio/win/audio_manager_win.h (revision 107928)
+++ media/audio/win/audio_manager_win.h (working copy)
@@ -37,7 +37,7 @@
// Windows-only methods to free a stream created in MakeAudioStream. These
// are called internally by the audio stream when it has been closed.
- void ReleaseOutputStream(PCMWaveOutAudioOutputStream* stream);
+ void ReleaseOutputStream(AudioOutputStream* stream);
// Called internally by the audio stream when it has been closed.
void ReleaseInputStream(AudioInputStream* stream);

Powered by Google App Engine
This is Rietveld 408576698