GlTextureFrameRenderer.Listener.NO_OP


public static class GlTextureFrameRenderer.Listener.NO_OP implements GlTextureFrameRenderer.Listener


Summary

Inherited methods

From androidx.media3.effect.GlTextureFrameRenderer.Listener
void

Called after the GlTextureFrameRenderer has rendered its final output frame.

void
onOutputFrameAvailableForRendering(long presentationTimeUs)

Called when an output frame with the given {@code presentationTimeUs} becomes available for rendering.

void
onOutputSizeChanged(int width, int height)

Called when the output size changes.

Public fields