BMPBitmovinPlayerView

Objective-C

@interface BMPBitmovinPlayerView
    : BMPPlayerView <BMPUserInterfaceAPI, BMPUserInterfaceEventHandler>

Swift

class BMPBitmovinPlayerView : PlayerView, UserInterfaceAPI, UserInterfaceEventHandler

A view containing a BMPBitmovinPlayer which can be added to the view hierarchy of your view controller. This view needs a BMPBitmovinPlayer instance to work properly. This instance can be passed to the initializer, or using the according property if the view is created using the interface builder.

  • Get/set a fullscreen handler for this BMPBitmovinPlayerView. See the documentation of the BMPFullscreenHandler for more information.

    Declaration

    Objective-C

    @property (nonatomic, weak) id<BMPFullscreenHandler> _Nullable fullscreenHandler;

    Swift

    weak var fullscreenHandler: FullscreenHandler? { get set }
  • Undocumented

    Declaration

    Objective-C

    - (void)willRotate;

    Swift

    func willRotate()
  • Undocumented

    Declaration

    Objective-C

    - (void)didRotate;

    Swift

    func didRotate()