mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Tweak javadoc & reformat
This commit is contained in:
parent
55a1290bfd
commit
38145b6e89
@ -205,11 +205,7 @@ public final class DefaultExtractorInput implements ExtractorInput {
|
|||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** Returns the wrapped {@link DataReader} instance. */
|
||||||
* Returns the underlying {@link DataReader} from which the {@link Extractor} extracts data from.
|
|
||||||
*
|
|
||||||
* @return the attached underlying {@link DataReader}
|
|
||||||
*/
|
|
||||||
public DataReader getDataReader() {
|
public DataReader getDataReader() {
|
||||||
return dataReader;
|
return dataReader;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user