Commit 5e2823bb by claincly Committed by Marc Baechinger

Clarify GlTextureProcessor.InputListener contract

PiperOrigin-RevId: 472745311
parent 15d3d74e
......@@ -62,6 +62,9 @@ public interface GlTextureProcessor {
/**
* Called when the {@link GlTextureProcessor} has processed an input frame.
*
* <p>The implementation shall not assume the {@link GlTextureProcessor} is {@linkplain
* #onReadyToAcceptInputFrame ready to accept another input frame} when this method is called.
*
* @param inputTexture The {@link TextureInfo} that was used to {@linkplain
* #queueInputFrame(TextureInfo, long) queue} the input frame.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment