mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
Clarify GlTextureProcessor.InputListener contract
PiperOrigin-RevId: 472745311
(cherry picked from commit 5e2823bb1e)
This commit is contained in:
parent
8773b59fb5
commit
fac7b16915
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue