VRConfiguration
@objc(THEOplayerVRConfiguration)
public class VRConfiguration : NSObject, CodableA VRConfiguration object contains the settings for 360 VR video playback.
- 
                  
                  This attribute indicates the stereo mode of the VR video. If set to nil, no stereo mode will be enabled. DeclarationSwift public var stereoMode: StereoMode?
- 
                  
                  This attribute indicates whether 360 VR is enabled. DeclarationSwift @objc public var vr360: Bool
- 
                  
                  This attribute indicates whether native VR is enabled. DeclarationSwift @objc public var nativeVR: Bool
- 
                  
                  Constructs a VRConfiguration. DeclarationSwift public init(vr360: Bool = true, stereoMode: StereoMode? = nil, nativeVR: Bool? = nil)Parametersvr360Whether 360 VR should be enabled, defaults to true. stereoModeThe stereo mode of the VR video. If nil, no stereo mode will be enabled, defaults to nil. Has no effect when using nativeVR. nativeVRWhether native VR should be used, defaults to false if not specified. 
 VRConfiguration Class Reference
      VRConfiguration Class Reference