Video

data class Video(val player: @Composable () -> Unit, val aspectRatio: SkapaAspectRatio = SkapaAspectRatio.Ratio16by9) : MediaContainer

Constructors

Link copied to clipboard
constructor(player: @Composable () -> Unit, aspectRatio: SkapaAspectRatio = SkapaAspectRatio.Ratio16by9)

Properties

Link copied to clipboard
Link copied to clipboard
val player: @Composable () -> Unit