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

Unified Diff: media/audio/audio_manager_base.h

Issue 14049003: Set default sampling rate to 44100 and query the native output sampling rate. (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 8 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_manager_base.h
===================================================================
--- media/audio/audio_manager_base.h (revision 194029)
+++ media/audio/audio_manager_base.h (working copy)
@@ -136,6 +136,10 @@
// from the audio thread (no locking).
AudioOutputDispatchersMap output_dispatchers_;
+#if defined(OS_ANDROID)
+ int GetNativeOutputSampleRatee();
+#endif
+
private:
// Called by Shutdown().
void ShutdownOnAudioThread();

Powered by Google App Engine
This is Rietveld 408576698