Package io.lindstrom.m3u8.model
Interface Skip
@Immutable
public interface Skip
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSkip.Builder -
Method Summary
Modifier and Type Method Description static Skip.Builderbuilder()static Skipof(int skippedSegments)java.util.List<java.lang.String>recentlyRemovedDateRanges()longskippedSegments()
-
Method Details
-
skippedSegments
long skippedSegments() -
recentlyRemovedDateRanges
java.util.List<java.lang.String> recentlyRemovedDateRanges() -
builder
-
of
-