Index: webrtc/modules/audio_device/android/audio_manager.h |
diff --git a/webrtc/modules/audio_device/android/audio_manager.h b/webrtc/modules/audio_device/android/audio_manager.h |
index a2f192ca00bdf18ee6554d9cef9aeb5d4e3344d1..8d96d27e3913662c538f99788aba1fb026edfd48 100644 |
--- a/webrtc/modules/audio_device/android/audio_manager.h |
+++ b/webrtc/modules/audio_device/android/audio_manager.h |
@@ -98,12 +98,14 @@ class AudioManager { |
bool Init(); |
void Close(); |
bool IsCommunicationModeEnabled(); |
+ bool IsDeviceBlacklistedForOpenSLESUsage(); |
private: |
rtc::scoped_ptr<GlobalRef> audio_manager_; |
jmethodID init_; |
jmethodID dispose_; |
jmethodID is_communication_mode_enabled_; |
+ jmethodID is_device_blacklisted_for_open_sles_usage_; |
}; |
AudioManager(); |