Package-level declarations

Types

Link copied to clipboard
data class TextureViewRendererConfiguration(val rendererEvents: RendererCommon.RendererEvents? = null, val eglBaseContext: EglBase.Context, val optionals: TextureViewRendererConfiguration.Optionals? = null)

Configuration for the TextureViewRenderer

Functions

Link copied to clipboard
fun TextureViewRenderer(modifier: Modifier = Modifier, isMirror: Boolean = false, scalingType: RendererCommon.ScalingType = ScalingType.SCALE_ASPECT_FILL, configuration: TextureViewRendererConfiguration, videoTrack: VideoTrack)

Implementation of the texture view renderer in compose applications.