VideoController

abstract class VideoController(topBar: ERROR CLASS: Symbol not found for VideoActionBar.Factory, bottomBar: ERROR CLASS: Symbol not found for VideoActionBar.Factory) : VideoState

Inheritors

Constructors

Link copied to clipboard
constructor(topBar: ERROR CLASS: Symbol not found for VideoActionBar.Factory, bottomBar: ERROR CLASS: Symbol not found for VideoActionBar.Factory)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var url: String?

Functions

Link copied to clipboard
abstract fun load(path: String)
Link copied to clipboard
abstract fun pause()
Link copied to clipboard
abstract fun play()
Link copied to clipboard
fun PlayerControls(modifier: Modifier = Modifier)
Link copied to clipboard
fun release()
Link copied to clipboard
abstract fun seek(position: Long)
Link copied to clipboard
abstract fun stop()
Link copied to clipboard
abstract fun SurfaceContent(modifier: Modifier = Modifier)