GlTextureFrame
Artifact: androidx.media3:media3-effect
@ExperimentalApi
class GlTextureFrame
A Frame implementation that wraps a GlTextureInfo.
Summary
Nested types |
|---|
class GlTextureFrame.BuilderA builder for |
Public properties |
|
|---|---|
Format! |
The format of the frame. |
GlTextureInfo! |
The |
Frame.Metadata! |
|
Long |
The presentation time of the frame, in microseconds. |
Consumer<GlTextureInfo!>! |
The |
Executor! |
The |
Long |
The release time of the frame, in nanoseconds. |
Public properties
presentationTimeUs
val presentationTimeUs: Long
The presentation time of the frame, in microseconds.
releaseTextureCallback
val releaseTextureCallback: Consumer<GlTextureInfo!>!
The Consumer to call to release the texture.
releaseTextureExecutor
val releaseTextureExecutor: Executor!
The Executor on which the releaseTextureCallback is called.