Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5e2823bb
authored
Sep 07, 2022
by
claincly
Committed by
Marc Baechinger
Sep 30, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Clarify GlTextureProcessor.InputListener contract
PiperOrigin-RevId: 472745311
parent
15d3d74e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
libraries/effect/src/main/java/androidx/media3/effect/GlTextureProcessor.java
libraries/effect/src/main/java/androidx/media3/effect/GlTextureProcessor.java
View file @
5e2823bb
...
@@ -62,6 +62,9 @@ public interface GlTextureProcessor {
...
@@ -62,6 +62,9 @@ public interface GlTextureProcessor {
/**
/**
* Called when the {@link GlTextureProcessor} has processed an input frame.
* 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
* @param inputTexture The {@link TextureInfo} that was used to {@linkplain
* #queueInputFrame(TextureInfo, long) queue} the input frame.
* #queueInputFrame(TextureInfo, long) queue} the input frame.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment