Commit 99e19a92 by andrewlewis Committed by Oliver Woodman

Fix SampleStream javadoc.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149431794
parent cda1b7b4
......@@ -29,7 +29,8 @@ public interface SampleStream {
* Returns whether data is available to be read.
* <p>
* 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.
*/
......
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