StereoMode
@objc(THEOplayerStereoMode)
public enum StereoMode : Intextension StereoMode: CodableThe different stereo modes for the VR configuration.
- 
                  
                  No stereo mode. DeclarationSwift @objc(THEOplayerStereoModeNONE) case none = 0
- 
                  
                  The two viewpoints are in a side-by-side layout. The view for the left eye is in the left half of the video frame, the view for the right eye is in the right half of the video frame. DeclarationSwift @objc(THEOplayerStereoModeHORIZONTAL) case horizontal = 1
- 
                  
                  The two viewpoints are in a top-bottom layout. The view for the left eye is in the upper half of the video frame, the view for the right eye is in the lower half of the video frame. DeclarationSwift @objc(THEOplayerStereoModeVERTICAL) case vertical = 2
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
 StereoMode Enumeration Reference
      StereoMode Enumeration Reference