Mode

public enum Mode : String, Codable

The type of image display mode.

  • pip

    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