VideoRendererModifiersConfig

data class VideoRendererModifiersConfig(val containerModifier: BoxScope.() -> Modifier = defaultVideoContainerModifier, val componentModifier: BoxScope.() -> Modifier = defaultVideoComponentModifier)

The VideoRenderer consists of two components one Box that acts as a container and another AndroidView that holds the actual TextureView for rendering the video. Only modify these modifiers if you want to change the default behavior of the VideoRenderer and understand exactly the effect they have on the layout.

Constructors

Link copied to clipboard
constructor(containerModifier: BoxScope.() -> Modifier = defaultVideoContainerModifier, componentModifier: BoxScope.() -> Modifier = defaultVideoComponentModifier)

Properties

Link copied to clipboard
Link copied to clipboard