mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix badly formatted AudioProcessor javadoc.
PiperOrigin-RevId: 476909855 (cherry picked from commit 3e4aa050da64a272c5f752beb513c6359e24b0b1)
This commit is contained in:
parent
c91cdb49e0
commit
b39dff76af
@ -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