Index: webrtc/api/objc/RTCAVFoundationVideoSource+Private.h |
diff --git a/webrtc/base/objc/NSString+StdString.h b/webrtc/api/objc/RTCAVFoundationVideoSource+Private.h |
similarity index 68% |
copy from webrtc/base/objc/NSString+StdString.h |
copy to webrtc/api/objc/RTCAVFoundationVideoSource+Private.h |
index 532032b3fca66977290d612f1e998c205cceef00..64da9aa5f44631d907900fa052c861320c4d7341 100644 |
--- a/webrtc/base/objc/NSString+StdString.h |
+++ b/webrtc/api/objc/RTCAVFoundationVideoSource+Private.h |
@@ -8,17 +8,15 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#import <Foundation/Foundation.h> |
+#import "RTCAVFoundationVideoSource.h" |
-#include <string> |
+#include "webrtc/api/objc/avfoundationvideocapturer.h" |
NS_ASSUME_NONNULL_BEGIN |
-@interface NSString (StdString) |
+@interface RTCAVFoundationVideoSource () |
-@property(nonatomic, readonly) std::string stdString; |
- |
-+ (std::string)stdStringForString:(NSString *)nsString; |
+@property(nonatomic, readonly) webrtc::AVFoundationVideoCapturer *capturer; |
@end |