BMPBitmovinPlayer


@interface BMPBitmovinPlayer
    : NSObject <BMPPlayerAPI, BMPPlayerEventHandler, BMPRemoteControlAPI>

This class represents the player itself. It implements the BMPPlayerAPI and BMPRemoteControlAPI which can be used to control the player. It also implements the BMPPlayerEventHandler interface which enables adding and removing of event listeners to this player instance. This player does not come with an UI, it represents only the player logic. If you wish to use the player along with an UI please use BMPBitmovinPlayerView.