Package io.lindstrom.m3u8.model
Interface PartialSegment
@Immutable
public interface PartialSegment
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPartialSegment.Builder -
Method Summary
Modifier and Type Method Description static PartialSegment.Builderbuilder()java.util.Optional<ByteRange>byterange()doubleduration()default booleangap()default booleanindependent()java.lang.Stringuri()
-
Method Details
-
uri
java.lang.String uri() -
duration
double duration() -
independent
@Default default boolean independent() -
byterange
java.util.Optional<ByteRange> byterange() -
gap
@Default default boolean gap() -
builder
-