Index: webrtc/api/objc/RTCVideoFrame+Private.h |
diff --git a/webrtc/api/objc/RTCVideoFrame+Private.h b/webrtc/api/objc/RTCVideoFrame+Private.h |
index 873d3ebbab644465ef3bb0ea02977f1d9ea8b933..52f532ce88560b60989223e9f7db1092acb3102d 100644 |
--- a/webrtc/api/objc/RTCVideoFrame+Private.h |
+++ b/webrtc/api/objc/RTCVideoFrame+Private.h |
@@ -16,6 +16,9 @@ NS_ASSUME_NONNULL_BEGIN |
@interface RTCVideoFrame () |
+@property(nonatomic, readonly) |
+ rtc::scoped_refptr<webrtc::VideoFrameBuffer> i420Buffer; |
+ |
- (instancetype)initWithNativeFrame:(const cricket::VideoFrame *)nativeFrame |
NS_DESIGNATED_INITIALIZER; |