mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix SampleStream javadoc.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149431794
This commit is contained in:
parent
cda1b7b42b
commit
99e19a92af
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ public interface SampleStream {
|
||||||
* Returns whether data is available to be read.
|
* Returns whether data is available to be read.
|
||||||
* <p>
|
* <p>
|
||||||
* Note: If the stream has ended then a buffer with the end of stream flag can always be read from
|
* Note: If the stream has ended then a buffer with the end of stream flag can always be read from
|
||||||
* {@link #readData(FormatHolder, DecoderInputBuffer)}. Hence an ended stream is always ready.
|
* {@link #readData(FormatHolder, DecoderInputBuffer, boolean)}. Hence an ended stream is always
|
||||||
|
* ready.
|
||||||
*
|
*
|
||||||
* @return Whether data is available to be read.
|
* @return Whether data is available to be read.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue