mirror of
https://github.com/samsonjs/media.git
synced 2026-04-18 13:25:47 +00: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
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Reference in a new issue