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

Unified Diff: webrtc/modules/audio_device/ios/objc/RTCAudioSession.h

Issue 2484933003: Add iOS static library GN build script. NOTRY=True (Closed)
Patch Set: Created 4 years, 1 month 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/audio_device/ios/objc/RTCAudioSession.h
diff --git a/webrtc/modules/audio_device/ios/objc/RTCAudioSession.h b/webrtc/modules/audio_device/ios/objc/RTCAudioSession.h
index 274cc2bc978ca849f516032c52b5b2f1fa2da6c5..ef5cec46002d2bde8ab9d178278800e0666f98af 100644
--- a/webrtc/modules/audio_device/ios/objc/RTCAudioSession.h
+++ b/webrtc/modules/audio_device/ios/objc/RTCAudioSession.h
@@ -11,6 +11,8 @@
#import <AVFoundation/AVFoundation.h>
#import <Foundation/Foundation.h>
+#import "WebRTC/RTCMacros.h"
+
NS_ASSUME_NONNULL_BEGIN
extern NSString * const kRTCAudioSessionErrorDomain;
@@ -25,6 +27,7 @@ extern NSInteger const kRTCAudioSessionErrorConfiguration;
// Surfaces AVAudioSession events. WebRTC will listen directly for notifications
// from AVAudioSession and handle them before calling these delegate methods,
// at which point applications can perform additional processing if required.
+RTC_EXPORT
@protocol RTCAudioSessionDelegate <NSObject>
@optional
@@ -80,6 +83,7 @@ extern NSInteger const kRTCAudioSessionErrorConfiguration;
* RTCAudioSession also coordinates activation so that the audio session is
* activated only once. See |setActive:error:|.
*/
+RTC_EXPORT
@interface RTCAudioSession : NSObject
/** Convenience property to access the AVAudioSession singleton. Callers should
« no previous file with comments | « webrtc/build/ios/build_ios_libs.sh ('k') | webrtc/modules/audio_device/ios/objc/RTCAudioSessionConfiguration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698