BaseMedia3Binding

PlayerBinding for a generic Media3 Player. It reports basic quality information, view timeline events, network and media metadata.

You don't ordinarily need to work with this class directly, unless you are implementing your own Player with custom APIs, and you wish to observe it

If you are using ExoPlayer, you don't need to use this class. Prefer using ExoPlayerBinding from the data-media3 library

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun bindPlayer(player: P, collector: MuxStateCollector)
Link copied to clipboard
open override fun unbindPlayer(player: P, collector: MuxStateCollector)