MuxStatsSdkMedia3

constructor(context: Context, envKey: String, customerData: CustomerData, player: P, playerView: View? = null, customOptions: CustomOptions? = null, playerBinding: MuxPlayerAdapter.PlayerBinding<P>)

Parameters

context

a Context containing your player. If it's an Activity, screen size is obtained

envKey

your Mux Data Environment Key

customerData

data about you, your customer, and your video

player

the player you wish to observe

playerView

the View showing your video content

customOptions

Options that affect the behavior of the SDK

playerBinding

a MuxPlayerAdapter.PlayerBinding that can observe the state of your player

P

The type of player being monitored.