@Value.Immutable
public interface PartialSegment
| Modifier and Type | Interface and Description |
|---|---|
static class |
PartialSegment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PartialSegment.Builder |
builder() |
java.util.Optional<ByteRange> |
byterange() |
double |
duration() |
default boolean |
gap() |
default boolean |
independent() |
java.lang.String |
uri() |
java.lang.String uri()
double duration()
@Value.Default default boolean independent()
java.util.Optional<ByteRange> byterange()
@Value.Default default boolean gap()
static PartialSegment.Builder builder()