mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
Fix Extractor.read throws documentation
PiperOrigin-RevId: 311755157
This commit is contained in:
parent
793f12da6d
commit
f6d0e34cea
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ public interface Extractor {
|
|||
* @param seekPosition If {@link #RESULT_SEEK} is returned, this holder is updated to hold the
|
||||
* position of the required data.
|
||||
* @return One of the {@code RESULT_} values defined in this interface.
|
||||
* @throws IOException If an error occurred reading from the input.
|
||||
* @throws IOException If an error occurred reading from or parsing the input.
|
||||
*/
|
||||
@ReadResult
|
||||
int read(ExtractorInput input, PositionHolder seekPosition) throws IOException;
|
||||
|
|
|
|||
Loading…
Reference in a new issue