Mode
public enum Mode
The type of image display mode.
-
The picture in picture mode means video stream playing within an inset window, freeing the rest of the screen for other tasks.
Declaration
Swift
case pip
-
The split view means video stream playing within two individual windows.
Declaration
Swift
case splitView(direction: ImageTransform)