PresentationMode
@objc(THEOplayerPresentationMode)
public enum PresentationMode : IntThe presentation mode specifies how the player will be displayed.
- 
                  
                  The player is shown in its original location in the view. DeclarationSwift @objc(THEOplayerPresentationModeINLINE) case inline = 1
- 
                  
                  The player fills the entire screen and overlays all the other view controllers. DeclarationSwift @objc(THEOplayerPresentationModeFULLSCREEN) case fullscreen = 2
- 
                  
                  The player is shown in a window that overlays all the views. Further configurations can be made through PictureInPicture.configureDeclarationSwift @objc(THEOplayerPresentationModePICTURE_IN_PICTURE) case pictureInPicture = 3
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
