Commit 9b1909e5 by samrobinson Committed by Marc Baechinger

Fix badly formatted AudioProcessor javadoc.

PiperOrigin-RevId: 476909855
parent f3d13214
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment