mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove spurious method
This commit is contained in:
parent
e7d6f1a2ce
commit
51fd3365bb
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Reference in a new issue