PlayerViewPlayableCreator

class PlayerViewPlayableCreator : PlayableCreator<PlayerView>

Constructors

Link copied to clipboard
fun PlayerViewPlayableCreator(context: Context)

Types

Link copied to clipboard
class Builder(context: Context)
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun cleanUp()
Link copied to clipboard
open override fun createPlayable(config: Playable.Config, media: Media): Playable

Properties

Link copied to clipboard
val rendererType: Class<PlayerView>