BMPUserInterfaceType

Objective-C

enum BMPUserInterfaceType {}

Swift

enum BMPUserInterfaceType : Int

Indicates which type of UI should be used.

  • Indicates that Bitmovins customizable UI should be used.

    Declaration

    Objective-C

    BMPUserInterfaceTypeBitmovin

    Swift

    case bitmovin = 0
  • Indicates that the system UI should be used.

    Declaration

    Objective-C

    BMPUserInterfaceTypeSystem

    Swift

    case system = 1
  • Indicates that only subtitles should be displayed along with the video content

    Declaration

    Objective-C

    BMPUserInterfaceTypeSubtitle

    Swift

    case subtitle = 2