GlTextureProducer
Artifact: androidx.media3:media3-effect
@UnstableApi
interface GlTextureProducer
VideoCompositor |
Interface for a video compositor that combines frames from multiple input sources to produce output frames. |
DefaultVideoCompositor |
A basic |
A component that outputs OpenGL textures.
Summary
Nested types |
|---|
interface GlTextureProducer.ListenerListener for texture output. |
Public functions |
|
|---|---|
Unit |
releaseOutputTexture(presentationTimeUs: Long)Releases the output texture at the given |
Public functions
releaseOutputTexture
fun releaseOutputTexture(presentationTimeUs: Long): Unit
Releases the output texture at the given presentationTimeUs.