Fix badly formatted AudioProcessor javadoc.
PiperOrigin-RevId: 476909855
This commit is contained in:
parent
d2887d5237
commit
3e4aa050da
@ -134,8 +134,8 @@ public interface AudioProcessor {
|
|||||||
ByteBuffer getOutput();
|
ByteBuffer getOutput();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether this processor will return no more output from {@link #getOutput()} until it
|
* Returns whether this processor will return no more output from {@link #getOutput()} until
|
||||||
* has been {@link #flush()}ed and more input has been queued.
|
* {@link #flush()} has been called and more input has been queued.
|
||||||
*/
|
*/
|
||||||
boolean isEnded();
|
boolean isEnded();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user