mirror of
https://github.com/androidx/media.git
synced 2025-05-12 10:09:55 +08:00
Remove spurious method
This commit is contained in:
parent
e7d6f1a2ce
commit
51fd3365bb
@ -319,11 +319,6 @@ public class DefaultDashChunkSource implements DashChunkSource {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private long resolveTimeToLiveEdgeUs(long playbackPositionUs) {
|
|
||||||
boolean resolveTimeToLiveEdgePossible = manifest.dynamic && liveEdgeTimeUs != C.TIME_UNSET;
|
|
||||||
return resolveTimeToLiveEdgePossible ? liveEdgeTimeUs - playbackPositionUs : C.TIME_UNSET;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected static Chunk newInitializationChunk(RepresentationHolder representationHolder,
|
protected static Chunk newInitializationChunk(RepresentationHolder representationHolder,
|
||||||
DataSource dataSource, Format trackFormat, int trackSelectionReason,
|
DataSource dataSource, Format trackFormat, int trackSelectionReason,
|
||||||
Object trackSelectionData, RangedUri initializationUri, RangedUri indexUri) {
|
Object trackSelectionData, RangedUri initializationUri, RangedUri indexUri) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user