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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h

Issue 2812533003: ObjC: RTCVideoSource cleanup (Closed)
Patch Set: Remove deprecation comment in RTCPeerConnectionFactory Created 3 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/sdk/objc/Framework/Headers/WebRTC/RTCVideoCapturer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
index b5be132bcbd94d22a5792702804c2f4a66d2febb..a9ebc06c88e0d99dfa71297b99fde3b2514aa5b5 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoSource.h
@@ -18,13 +18,10 @@ NS_ASSUME_NONNULL_BEGIN
RTC_EXPORT
-@interface RTCVideoSource : RTCMediaSource<RTCVideoCapturerDelegate>
+@interface RTCVideoSource : RTCMediaSource <RTCVideoCapturerDelegate>
- (instancetype)init NS_UNAVAILABLE;
-// RTCVideoCapturerDelegate protocol implementation.
-- (void)capturer:(RTCVideoCapturer*)capturer didCaptureVideoFrame:(RTCVideoFrame*)frame;
-
/**
* Calling this function will cause frames to be scaled down to the
* requested resolution. Also, frames will be cropped to match the
« no previous file with comments | « webrtc/sdk/objc/Framework/Headers/WebRTC/RTCVideoCapturer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698