VideoState

@Stable
abstract class VideoState(context: Context, val topBar: VideoActionBar?, val bottomBar: VideoActionBar?)

Inheritors

Constructors

Link copied to clipboard
constructor(context: Context, topBar: VideoActionBar?, bottomBar: VideoActionBar?)

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
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
abstract fun release()
Link copied to clipboard
abstract fun seek(position: Long)
Link copied to clipboard
abstract fun stop()
Link copied to clipboard
@Composable
fun VideoPlayerControls(modifier: Modifier = Modifier)