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

Unified Diff: media/audio/android/audio_manager_android.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: rebase 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/android/audio_manager_android.h
===================================================================
--- media/audio/android/audio_manager_android.h (revision 194385)
+++ media/audio/android/audio_manager_android.h (working copy)
@@ -52,6 +52,7 @@
void SetAudioMode(int mode);
void RegisterHeadsetReceiver();
void UnregisterHeadsetReceiver();
+ int GetNativeOutputSampleRate();
// Java AudioManager instance.
base::android::ScopedJavaGlobalRef<jobject> j_audio_manager_;

Powered by Google App Engine
This is Rietveld 408576698