MediaExtractor: clarify EOS behavior for local files

Bug: 30726795
Change-Id: Iecd0ceb2bd0e32e0ae3387c534e181a2daf2005b
This commit is contained in:
Robert Shih
2016-09-08 20:48:52 -07:00
parent 6618428306
commit e6b987c569

View File

@@ -496,6 +496,11 @@ final public class MediaExtractor {
/**
* Advance to the next sample. Returns false if no more sample data
* is available (end of stream).
*
* When extracting a local file, the behaviors of {@link #advance} and
* {@link #readSampleData} are undefined in presence of concurrent
* writes to the same local file; more specifically, end of stream
* could be signalled earlier than expected.
*/
public native boolean advance();