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

Unified Diff: media/audio/audio_util.h

Issue 6721015: Add WebKit API to retrieve the audio hardware sample-rate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 78925)
+++ media/audio/audio_util.h (working copy)
@@ -91,6 +91,9 @@
}
}
+// Returns the default audio hardware sample-rate.
+double GetAudioHardwareSampleRate();
+
} // namespace media
#endif // MEDIA_AUDIO_AUDIO_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698