UserInterfaceType
@objc(BMPUserInterfaceType)
public enum UserInterfaceType : Int
Indicates which type of UI should be used.
-
Indicates that Bitmovin’s customizable UI should be used.
Declaration
Swift
case bitmovin
-
Indicates that the system UI should be used.
Declaration
Swift
case system
-
Indicates that only subtitles should be displayed along with the video content
Declaration
Swift
case subtitle