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

Unified Diff: webrtc/api/objc/RTCVideoRendererAdapter.h

Issue 1533323003: Update/move RTCVideoRendererAdapter to webrtc/api/objc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@moveRenderers
Patch Set: Update against master and fix variable name Created 4 years, 11 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/api.gyp ('k') | webrtc/api/objc/RTCVideoRendererAdapter.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCVideoRendererAdapter.h
diff --git a/webrtc/api/objc/RTCVideoSource.h b/webrtc/api/objc/RTCVideoRendererAdapter.h
similarity index 63%
copy from webrtc/api/objc/RTCVideoSource.h
copy to webrtc/api/objc/RTCVideoRendererAdapter.h
index a98fa6c6bba626c52ea4331bb1b3d4d6bd0bd1a9..434a61b2bd0c8f86d04f733045262d4303fd8f84 100644
--- a/webrtc/api/objc/RTCVideoSource.h
+++ b/webrtc/api/objc/RTCVideoRendererAdapter.h
@@ -10,19 +10,15 @@
#import <Foundation/Foundation.h>
-typedef NS_ENUM(NSInteger, RTCSourceState) {
- RTCSourceStateInitializing,
- RTCSourceStateLive,
- RTCSourceStateEnded,
- RTCSourceStateMuted,
-};
-
NS_ASSUME_NONNULL_BEGIN
-@interface RTCVideoSource : NSObject
-
-/** The current state of the RTCVideoSource. */
-@property(nonatomic, readonly) RTCSourceState state;
+/*
+ * Creates a webrtc::VideoRendererInterface surface for an RTCVideoRenderer. The
+ * webrtc::VideoRendererInterface is used by WebRTC rendering code - this
+ * adapter adapts calls made to that interface to the RTCVideoRenderer supplied
+ * during construction.
+ */
+@interface RTCVideoRendererAdapter : NSObject
- (instancetype)init NS_UNAVAILABLE;
« no previous file with comments | « webrtc/api/api.gyp ('k') | webrtc/api/objc/RTCVideoRendererAdapter.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698