mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Merge pull request #1876 from colinkho:extinputgetreader
PiperOrigin-RevId: 701021720
This commit is contained in:
commit
55c81f6ed6
@ -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…
x
Reference in New Issue
Block a user