Builder

class Builder(context: Context)

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).

Constructors

Link copied to clipboard
fun Builder(context: Context)

Functions

Link copied to clipboard
fun build(): Kohii
Link copied to clipboard
fun setPlayableCreator(playableCreator: PlayableCreator<PlayerView>): Kohii.Builder
Link copied to clipboard
fun setRendererProviderFactory(factory: RendererProviderFactory): Kohii.Builder