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

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

Issue 1553743003: Update API for Objective-C RTCAudioTrack and RTCVideoTrack. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@updateRTCMediaStreamTrack
Patch Set: Improve comments a bit 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
« webrtc/api/objc/RTCVideoSource.mm ('K') | « webrtc/api/objc/RTCVideoTrack.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCVideoTrack+Private.h
diff --git a/webrtc/api/objc/RTCPeerConnectionFactory.h b/webrtc/api/objc/RTCVideoTrack+Private.h
similarity index 81%
copy from webrtc/api/objc/RTCPeerConnectionFactory.h
copy to webrtc/api/objc/RTCVideoTrack+Private.h
index c427c1bb9106becaafc2a2c096fb0421b171f504..7d3e9c273e97b66776143752ded96af5bf60026c 100644
--- a/webrtc/api/objc/RTCPeerConnectionFactory.h
+++ b/webrtc/api/objc/RTCVideoTrack+Private.h
@@ -8,11 +8,13 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import <Foundation/Foundation.h>
+#import "RTCVideoTrack.h"
+
+#include "talk/app/webrtc/mediastreaminterface.h"
NS_ASSUME_NONNULL_BEGIN
-@interface RTCPeerConnectionFactory : NSObject
+@interface RTCVideoTrack ()
@end
NS_ASSUME_NONNULL_END
« webrtc/api/objc/RTCVideoSource.mm ('K') | « webrtc/api/objc/RTCVideoTrack.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698