commit | 41875aa686138e7f18f935dd257641fe69e18938 | [log] [tgz] |
---|---|---|
author | CZ Theng <cz.theng@gmail.com> | Fri Dec 20 11:33:21 2019 +0800 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Dec 20 10:57:33 2019 +0000 |
tree | 105fdecc663448f6ee394e2faeb685c1863db2f0 | |
parent | 2e8e1c699ef5af1f8b3e4dd02a50feb015ed3faf [diff] [blame] |
add rotationOverride for RTCEAGLVideoView Bug: webrtc:11221 Change-Id: I105b93de21fd2faeaf072c947c08006857c7a654 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162460 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30117}
diff --git a/sdk/objc/components/renderer/opengl/RTCEAGLVideoView.h b/sdk/objc/components/renderer/opengl/RTCEAGLVideoView.h index 30764b5..73cd3a1 100644 --- a/sdk/objc/components/renderer/opengl/RTCEAGLVideoView.h +++ b/sdk/objc/components/renderer/opengl/RTCEAGLVideoView.h
@@ -35,6 +35,9 @@ - (instancetype)initWithCoder:(NSCoder *)aDecoder shader:(id<RTCVideoViewShading>)shader NS_DESIGNATED_INITIALIZER; +/** @abstract Wrapped RTCVideoRotation, or nil. + */ +@property(nonatomic, nullable) NSValue *rotationOverride; @end NS_ASSUME_NONNULL_END