BMPBitmovinUserInterfaceConfiguration
Objective-C
@interface BMPBitmovinUserInterfaceConfiguration : BMPUserInterfaceConfiguration
Swift
class BitmovinUserInterfaceConfiguration : UserInterfaceConfiguration
Undocumented
-
Handles the communication with the Bitmovin Web UI in both directions
Declaration
Objective-C
@property (nonatomic, nullable) BMPCustomMessageHandler *customMessageHandler;
Swift
var customMessageHandler: CustomMessageHandler? { get set }
-
When set to YES the first frame of the main content will not be rendered before playback starts Default: NO
Note
To reliably hide the first frame before a pre-roll ad, please ensure that you are using the AdvertisingConfiguration to schedule ads and not the scheduleAd API callDeclaration
Objective-C
@property (nonatomic) BOOL hideFirstFrame;
Swift
var hideFirstFrame: Bool { get set }