BCOVVideo360ViewProjection Class Reference
Inherits from | NSObject |
---|---|
Declared in | BCOVPlaybackController.h |
xOffset
Horizontal offset of the rendered 360 video in the view. When using a split screen VR goggles view, the x offset is applied to the left view, and the negative of the offset is applied to the right view. This can be used to adjust the view to fit different device sizes. Defaults to 0.0.
@property (nonatomic, assign) CGFloat xOffset
Discussion
Horizontal offset of the rendered 360 video in the view. When using a split screen VR goggles view, the x offset is applied to the left view, and the negative of the offset is applied to the right view. This can be used to adjust the view to fit different device sizes. Defaults to 0.0.
Declared In
BCOVPlaybackController.h
yOffset
Vertical offset of the rendered 360 video in the view. Defaults to 0.0.
@property (nonatomic, assign) CGFloat yOffset
Discussion
Vertical offset of the rendered 360 video in the view. Defaults to 0.0.
Declared In
BCOVPlaybackController.h
+ viewProjection
Convenience method to return a new instance of a BCOVVideo360ViewProjection object
+ (instancetype)viewProjection
Discussion
Convenience method to return a new instance of a BCOVVideo360ViewProjection object
Declared In
BCOVPlaybackController.h