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

Unified Diff: webrtc/modules/utility/interface/helpers_ios.h

Issue 1401963002: Adds support for Bluetooth headsets to the iOS audio layer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed interruption handling Created 5 years, 2 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: webrtc/modules/utility/interface/helpers_ios.h
diff --git a/webrtc/modules/utility/interface/helpers_ios.h b/webrtc/modules/utility/interface/helpers_ios.h
index 1e6075faae98bf5727e1c8f9864caf01c697a831..a5edee0279575f7f9b110e72aa37fa3b6c208547 100644
--- a/webrtc/modules/utility/interface/helpers_ios.h
+++ b/webrtc/modules/utility/interface/helpers_ios.h
@@ -20,6 +20,8 @@ namespace ios {
bool CheckAndLogError(BOOL success, NSError* error);
+std::string StdStringFromNSString(NSString* nsString);
+
// Return thread ID as a string.
std::string GetThreadId();
@@ -30,6 +32,8 @@ std::string GetThreadInfo();
// Example: <NSThread: 0x170066d80>{number = 1, name = main}
std::string GetCurrentThreadDescription();
+std::string GetAudioSessionCategory();
+
// Returns the current name of the operating system.
std::string GetSystemName();

Powered by Google App Engine
This is Rietveld 408576698