PlayerProvider

interface PlayerProvider

Provider allowing for customizing the creation and reuse of ExoPlayer instances

Inheritors

Functions

Link copied to clipboard
abstract fun acquirePlayer(context: Context): ExoPlayer
Link copied to clipboard
abstract fun cacheVideo(url: String)
Link copied to clipboard
abstract fun createPlayer(context: Context): ExoPlayer
Link copied to clipboard
abstract fun offerPlayer(player: ExoPlayer)