mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Fix badly formatted AudioProcessor javadoc.
PiperOrigin-RevId: 476909855
(cherry picked from commit 9b1909e563)
This commit is contained in:
parent
c9f019eb15
commit
d348157777
1 changed files with 2 additions and 2 deletions
|
|
@ -132,8 +132,8 @@ public interface AudioProcessor {
|
|||
ByteBuffer getOutput();
|
||||
|
||||
/**
|
||||
* Returns whether this processor will return no more output from {@link #getOutput()} until it
|
||||
* has been {@link #flush()}ed and more input has been queued.
|
||||
* Returns whether this processor will return no more output from {@link #getOutput()} until
|
||||
* {@link #flush()} has been called and more input has been queued.
|
||||
*/
|
||||
boolean isEnded();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue