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

Unified Diff: webrtc/modules/audio_device/ios/objc/RTCAudioSessionConfiguration.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/RTCAudioSessionConfiguration.h
diff --git a/webrtc/modules/audio_device/ios/objc/RTCAudioSessionConfiguration.h b/webrtc/modules/audio_device/ios/objc/RTCAudioSessionConfiguration.h
index 7832a82d4f3ba4d27faba33ebbe36eabec6c95e5..6a02751d29413422f2a9b7effc844d3147da7182 100644
--- a/webrtc/modules/audio_device/ios/objc/RTCAudioSessionConfiguration.h
+++ b/webrtc/modules/audio_device/ios/objc/RTCAudioSessionConfiguration.h
@@ -11,6 +11,8 @@
#import <AVFoundation/AVFoundation.h>
#import <Foundation/Foundation.h>
+#import "WebRTC/RTCMacros.h"
+
NS_ASSUME_NONNULL_BEGIN
extern const int kRTCAudioSessionPreferredNumberOfChannels;
@@ -20,6 +22,7 @@ extern const double kRTCAudioSessionHighPerformanceIOBufferDuration;
extern const double kRTCAudioSessionLowComplexityIOBufferDuration;
// Struct to hold configuration values.
+RTC_EXPORT
@interface RTCAudioSessionConfiguration : NSObject
@property(nonatomic, strong) NSString *category;
« no previous file with comments | « webrtc/modules/audio_device/ios/objc/RTCAudioSession.h ('k') | webrtc/sdk/objc/Framework/Classes/RTCVideoTrack.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698