↓ 36 callersMethodreadFullyLike {@link #read(byte[], int, int)}, but reads the requested {@code length} in full. <p> If the end of the input is found having read no data, then b
exoplayer/src/main/java/com/google/android/exoplayer2/extractor/ExtractorInput.java:66
↓ 34 callersMethodskipFullyLike {@link #readFully(byte[], int, int, boolean)}, except the data is skipped instead of read. @param length The number of bytes to skip from the in
exoplayer/src/main/java/com/google/android/exoplayer2/extractor/ExtractorInput.java:106
↓ 20 callersMethodcreateAudioSampleFormat(String id, String sampleMimeType, String codecs,
int bitrate, int maxInputSize, int channelCount, int s
exoplayer/src/main/java/com/google/android/exoplayer2/Format.java:243