player

abstract val player: Player?

Returns the backing THEOplayer instance.

Note that THEOplayer properties are not backed by State objects, so composables will not be automatically subscribed to changes. Instead, use THEOplayer.addEventListener, or use a corresponding Player property if available.