Kit > healthstack.kit.info.publication > VideoPublication > CustomControls

CustomControls

[androidJvm]\

@Composable

fun CustomControls(modifier: Modifier = Modifier, isVisible: () -> Boolean, isPlaying: () -> Boolean, onPauseToggle: () -> Unit, isMute: () -> Boolean, onMuteToggle: () -> Unit, totalDuration: () -> Long, currentTime: () -> Long, bufferedPercentage: () -> Int, onSeekChanged: (timeMs: Float) -> Unit)