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
BMPUserInterfaceTypeBitmovinSwift
case bitmovin = 0 -
Indicates that the system UI should be used.
Declaration
Objective-C
BMPUserInterfaceTypeSystemSwift
case system = 1 -
Indicates that only subtitles should be displayed along with the video content
Declaration
Objective-C
BMPUserInterfaceTypeSubtitleSwift
case subtitle = 2
BMPUserInterfaceType Enumeration Reference