Commit 3e4aa050 by samrobinson Committed by Marc Baechinger

Fix badly formatted AudioProcessor javadoc.

PiperOrigin-RevId: 476909855
parent d2887d52
......@@ -134,8 +134,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