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

Unified Diff: webrtc/api/objc/RTCVideoTrack.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/RTCPeerConnectionFactory.mm ('k') | webrtc/api/objc/RTCVideoTrack+Private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCVideoTrack.h
diff --git a/webrtc/api/objc/RTCVideoTrack.h b/webrtc/api/objc/RTCVideoTrack.h
index e8dad3b9e1810d150bf7693ca1cec5499c2bfbfc..1d8837606811d74e448cea1d5082bd524673ce81 100644
--- a/webrtc/api/objc/RTCVideoTrack.h
+++ b/webrtc/api/objc/RTCVideoTrack.h
@@ -23,11 +23,6 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)init NS_UNAVAILABLE;
-/** Initialize an RTCVideoTrack with its source and an id. */
-- (instancetype)initWithFactory:(RTCPeerConnectionFactory *)factory
- source:(RTCVideoSource *)source
- trackId:(NSString *)trackId;
-
/** Register a renderer that will render all frames received on this track. */
- (void)addRenderer:(id<RTCVideoRenderer>)renderer;
« no previous file with comments | « webrtc/api/objc/RTCPeerConnectionFactory.mm ('k') | webrtc/api/objc/RTCVideoTrack+Private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698