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

Unified Diff: webrtc/api/objc/RTCAVFoundationVideoSource+Private.h

Issue 1820193002: Refactor some ObjC API init methods. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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/RTCAVFoundationVideoSource.h ('k') | 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+Private.h
diff --git a/webrtc/api/objc/RTCAVFoundationVideoSource+Private.h b/webrtc/api/objc/RTCAVFoundationVideoSource+Private.h
index 64da9aa5f44631d907900fa052c861320c4d7341..067e5067c05ee0a9dc2d81149ec6f5a614c7780e 100644
--- a/webrtc/api/objc/RTCAVFoundationVideoSource+Private.h
+++ b/webrtc/api/objc/RTCAVFoundationVideoSource+Private.h
@@ -18,6 +18,10 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, readonly) webrtc::AVFoundationVideoCapturer *capturer;
+/** Initialize an RTCAVFoundationVideoSource with constraints. */
+- (instancetype)initWithFactory:(RTCPeerConnectionFactory *)factory
+ constraints:(nullable RTCMediaConstraints *)constraints;
+
@end
NS_ASSUME_NONNULL_END
« no previous file with comments | « webrtc/api/objc/RTCAVFoundationVideoSource.h ('k') | webrtc/api/objc/RTCAudioTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698