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

Unified Diff: webrtc/api/objc/RTCAVFoundationVideoSource.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 | « no previous file | webrtc/api/objc/RTCAudioTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCAVFoundationVideoSource.h
diff --git a/webrtc/api/objc/RTCAVFoundationVideoSource.h b/webrtc/api/objc/RTCAVFoundationVideoSource.h
index 8c0232a8d8913b182758892637b64cc7218146d5..73e5585d37450c13991f825b78591e5d43e8ed64 100644
--- a/webrtc/api/objc/RTCAVFoundationVideoSource.h
+++ b/webrtc/api/objc/RTCAVFoundationVideoSource.h
@@ -9,6 +9,7 @@
*/
#import "webrtc/api/objc/RTCVideoSource.h"
+#import "webrtc/base/objc/RTCMacros.h"
@class AVCaptureSession;
@class RTCMediaConstraints;
@@ -23,6 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
* guarantee its lifetime. Instead, we expose its properties through the ref
* counted video source interface.
*/
+RTC_EXPORT
@interface RTCAVFoundationVideoSource : RTCVideoSource
- (instancetype)init NS_UNAVAILABLE;
« no previous file with comments | « no previous file | webrtc/api/objc/RTCAudioTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698