Package kohii.v1.x
Types
Link copied to clipboard
A PlayerPool for the MediaPlayer.
Link copied to clipboard
class VideoViewBridge(media: Media, playerPool: PlayerPool<MediaPlayer>) : AbstractBridge<VideoView>
Content copied to clipboard
Link copied to clipboard
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