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

Unified Diff: webrtc/api/objc/RTCRtpSender.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/RTCRtpParameters.h ('k') | webrtc/api/objc/RTCSessionDescription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCRtpSender.h
diff --git a/webrtc/api/objc/RTCRtpSender.h b/webrtc/api/objc/RTCRtpSender.h
index 20d1db9b6a893118315c7349dd71016be161e1e2..34a3d6c616b3473f8aff739077b6cb3d11b1c331 100644
--- a/webrtc/api/objc/RTCRtpSender.h
+++ b/webrtc/api/objc/RTCRtpSender.h
@@ -12,9 +12,11 @@
#import "webrtc/api/objc/RTCMediaStreamTrack.h"
#import "webrtc/api/objc/RTCRtpParameters.h"
+#import "webrtc/base/objc/RTCMacros.h"
NS_ASSUME_NONNULL_BEGIN
+RTC_EXPORT
@protocol RTCRtpSender <NSObject>
/** The currently active RTCRtpParameters, as defined in
@@ -36,6 +38,7 @@ NS_ASSUME_NONNULL_BEGIN
@end
+RTC_EXPORT
@interface RTCRtpSender : NSObject <RTCRtpSender>
- (instancetype)init NS_UNAVAILABLE;
« no previous file with comments | « webrtc/api/objc/RTCRtpParameters.h ('k') | webrtc/api/objc/RTCSessionDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698