BMPPlayerFactory
@interface BMPPlayerFactory : NSObject
Factory to create a BMPBitmovinPlayer instance.
-
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE; -
Unavailable
Undocumented
Declaration
Objective-C
+ (instancetype)new NS_UNAVAILABLE; -
Creates a player instance configured via the provided
BMPPlayerConfiguration.Declaration
Objective-C
+ (nonnull BMPBitmovinPlayer *)createWithPlayerConfiguration: (nonnull BMPPlayerConfiguration *)playerConfiguration; -
Creates a player instance with the default
BMPPlayerConfiguration.Declaration
Objective-C
+ (nonnull BMPBitmovinPlayer *)create;
BMPPlayerFactory Class Reference