VideoViewPlayableCreator
class VideoViewPlayableCreator @JvmOverloads constructor(master: Master, playerPool: PlayerPool<MediaPlayer> = MediaPlayerPool(master.app)) : PlayableCreator<VideoView>
Content copied to clipboard
Default implementation of PlayableCreator that supports VideoView
Constructors
Link copied to clipboard
fun VideoViewPlayableCreator(master: Master, playerPool: PlayerPool<MediaPlayer> = MediaPlayerPool(master.app))
Content copied to clipboard
Functions
Link copied to clipboard
open override fun createPlayable(config: Playable.Config, media: Media): Playable
Content copied to clipboard