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