Clarify GlTextureProcessor.InputListener contract

PiperOrigin-RevId: 472745311
(cherry picked from commit 32a21641a2)
This commit is contained in:
claincly 2022-09-07 16:33:44 +00:00 committed by microkatz
parent b47c7a37ac
commit 240ca99ced

View file

@ -60,6 +60,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.
*/