Package kohii.v1.x

Types

Link copied to clipboard
class Latte : Engine<VideoView>
Link copied to clipboard
open class MediaPlayerPool(context: Context) : PlayerPool<MediaPlayer>
Link copied to clipboard
class VideoViewBridge(media: Media, playerPool: PlayerPool<MediaPlayer>) : AbstractBridge<VideoView>
Link copied to clipboard
class VideoViewPlayableCreator @JvmOverloads constructor(master: Master, playerPool: PlayerPool<MediaPlayer> = MediaPlayerPool(master.app)) : PlayableCreator<VideoView>

Default implementation of PlayableCreator that supports VideoView