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
32a21641
authored
Sep 07, 2022
by
claincly
Committed by
Marc Baechinger
Oct 19, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Clarify GlTextureProcessor.InputListener contract
PiperOrigin-RevId: 472745311
parent
072f376b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
google3/third_party/java_src/android_libs/media/libraries/effect/src/main/java/androidx/media3/effect/GlTextureProcessor.java
google3/third_party/java_src/android_libs/media/libraries/effect/src/main/java/androidx/media3/effect/GlTextureProcessor.java
View file @
32a21641
...
@@ -60,6 +60,9 @@ public interface GlTextureProcessor {
...
@@ -60,6 +60,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