The entry point for the player sdk

Methods

createPlayer (?data:PlayerSdkConfigData):IPlayerApi

Create the player

Parameters:

data

[optional] configuration data for the player sdk

Returns:

The created player

createPlugin (data:PlayerConfigPluginData):IPluginComponent

Create a plugin

Parameters:

data

Plugin configuration data specifying what type of plugin to create

Returns:

The created plugin

init ():Void

Initialize the player sdk