mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix stale javadoc
The method no longer returns anything. We don't need javadoc for this as it's default visibility. PiperOrigin-RevId: 545981702
This commit is contained in:
parent
50c6efe95d
commit
1ef7579f5c
@ -67,12 +67,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
*/
|
||||
/* package */ final class FinalShaderProgramWrapper implements GlShaderProgram {
|
||||
|
||||
/** Listener interface for the current input stream ending. */
|
||||
interface OnInputStreamProcessedListener {
|
||||
/**
|
||||
* Returns whether {@link FinalShaderProgramWrapper} should invoke {@link
|
||||
* VideoFrameProcessor.Listener#signalEndOfInput}.
|
||||
*/
|
||||
void onInputStreamProcessed();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user