PresentationMode
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 case inline = 1
- 
                  
                  The player fills the entire screen and overlays all the other view controllers. DeclarationSwift case fullscreen = 2
- 
                  
                  The player is shown in a window that overlays all the views. Further configurations can be made through PictureInPicture.configureDeclarationSwift case pictureInPicture = 3
- 
                  
                  The raw value of type String. DeclarationSwift public var _rawValue: String { get set }
