mirror of
https://github.com/androidx/media.git
synced 2025-05-21 23:56:32 +08:00
Clarify GlTextureProcessor.InputListener contract
PiperOrigin-RevId: 472745311
This commit is contained in:
parent
072f376b48
commit
32a21641a2
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user