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

Unified Diff: webrtc/api/objc/RTCRtpParameters.h

Issue 1899573002: Mark public ObjC APIs as explicitly visible. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add RTCDataBuffer Created 4 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
« no previous file with comments | « webrtc/api/objc/RTCRtpEncodingParameters.h ('k') | webrtc/api/objc/RTCRtpSender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCRtpParameters.h
diff --git a/webrtc/api/objc/RTCRtpParameters.h b/webrtc/api/objc/RTCRtpParameters.h
index d38e9ef64749b01bbbbdf522fd9b645cb67c051a..91d8108371a2d8fcc250609e9a9d4bf9a40c9929 100644
--- a/webrtc/api/objc/RTCRtpParameters.h
+++ b/webrtc/api/objc/RTCRtpParameters.h
@@ -11,9 +11,11 @@
#import <Foundation/Foundation.h>
#import "webrtc/api/objc/RTCRtpEncodingParameters.h"
+#import "webrtc/base/objc/RTCMacros.h"
NS_ASSUME_NONNULL_BEGIN
+RTC_EXPORT
@interface RTCRtpParameters : NSObject
/** The currently active encodings in the order of preference. */
« no previous file with comments | « webrtc/api/objc/RTCRtpEncodingParameters.h ('k') | webrtc/api/objc/RTCRtpSender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698