Creates a new player instance.
the DOM element container for the player
the player configuration
the player instance
Readonly
versionThe version number of the player.
Gets the list of modules that have been added through addModule.
the list of added modules
Removes a module from the player.
the module name which should be removed from the player.
The static interface of the Bitmovin Player API class that is either available through the global
[window.]bitmovin.player.Player
namespace or imported as AMD module. The static API provides the constructor for player instances and other static fields as documented.