create

fun create(context: Context, playerConfig: PlayerConfig = PlayerConfig()): Player

Deprecated

Use the `Player` factory function instead.

Replace with

import com.bitmovin.player.api.Player
Player(context, playerConfig)

Creates a player instance configured via the provided playerConfig.