mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Merge pull request #1876 from colinkho:extinputgetreader
PiperOrigin-RevId: 701021720
This commit is contained in:
commit
55c81f6ed6
1 changed files with 5 additions and 0 deletions
|
|
@ -205,6 +205,11 @@ public final class DefaultExtractorInput implements ExtractorInput {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Returns the wrapped {@link DataReader} instance. */
|
||||||
|
public DataReader getDataReader() {
|
||||||
|
return dataReader;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures {@code peekBuffer} is large enough to store at least {@code length} bytes from the
|
* Ensures {@code peekBuffer} is large enough to store at least {@code length} bytes from the
|
||||||
* current peek position.
|
* current peek position.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue