Kohii
open class Kohii( master: Master, playableCreator: PlayableCreator<PlayerView> = PlayerViewPlayableCreator(master), rendererProviderFactory: RendererProviderFactory = ::PlayerViewProvider) : Engine<PlayerView>
Content copied to clipboard
Constructors
Link copied to clipboard
fun Kohii( master: Master, playableCreator: PlayableCreator<PlayerView> = PlayerViewPlayableCreator(master), rendererProviderFactory: RendererProviderFactory = ::PlayerViewProvider)
Content copied to clipboard
Types
Link copied to clipboard
Creates a ControlDispatcher that can be used to setup the renderer when it is a PlayerView. This method must be used for the Playback that supports manual playback control (the Playback.Config.controller is not null).
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun register( fragment: Fragment, memoryMode: MemoryMode, activeLifecycleState: Lifecycle.State): Manager
Content copied to clipboard
fun register( activity: FragmentActivity, memoryMode: MemoryMode, activeLifecycleState: Lifecycle.State): Manager
Content copied to clipboard
Link copied to clipboard
inline fun setUp(uri: Uri, crossinline options: Binder.Options.() -> Unit): Binder
Content copied to clipboard
inline fun setUp(media: Media, crossinline options: Binder.Options.() -> Unit): Binder
Content copied to clipboard
inline fun setUp(url: String, crossinline options: Binder.Options.() -> Unit): Binder
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard