VideoViewPlayableCreator

class VideoViewPlayableCreator @JvmOverloads constructor(master: Master, playerPool: PlayerPool<MediaPlayer> = MediaPlayerPool(master.app)) : PlayableCreator<VideoView>

Default implementation of PlayableCreator that supports VideoView

Constructors

Link copied to clipboard
fun VideoViewPlayableCreator(master: Master, playerPool: PlayerPool<MediaPlayer> = MediaPlayerPool(master.app))

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<VideoView>