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

Unified Diff: webrtc/api/objc/RTCAVFoundationVideoSource.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 | « no previous file | webrtc/api/objc/RTCAVFoundationVideoSource+Private.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 1d1eac0fab08b6b3506522f1f22d46cc80ba437f..d7cdbef8ce808eff4daa50940d601c0d19450f0c 100644
--- a/webrtc/api/objc/RTCAVFoundationVideoSource.h
+++ b/webrtc/api/objc/RTCAVFoundationVideoSource.h
@@ -25,8 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
@interface RTCAVFoundationVideoSource : RTCVideoSource
-- (instancetype)initWithFactory:(RTCPeerConnectionFactory *)factory
- constraints:(nullable RTCMediaConstraints *)constraints;
+- (instancetype)init NS_UNAVAILABLE;
/** Returns whether rear-facing camera is available for use. */
@property(nonatomic, readonly) BOOL canUseBackCamera;
« no previous file with comments | « no previous file | webrtc/api/objc/RTCAVFoundationVideoSource+Private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698