Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3e4aa050
authored
Sep 26, 2022
by
samrobinson
Committed by
Marc Baechinger
Sep 30, 2022
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix badly formatted AudioProcessor javadoc.
PiperOrigin-RevId: 476909855
parent
d2887d52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
libraries/exoplayer/src/main/java/androidx/media3/exoplayer/audio/AudioProcessor.java
libraries/exoplayer/src/main/java/androidx/media3/exoplayer/audio/AudioProcessor.java
View file @
3e4aa050
...
...
@@ -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 call
ed and more input has been queued.
*/
boolean
isEnded
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment