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 { ...@@ -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();
......
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