@Value.Immutable
public interface MediaSegment
| Modifier and Type | Interface and Description |
|---|---|
static class |
MediaSegment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MediaSegment.Builder |
builder() |
java.util.Optional<ByteRange> |
byteRange() |
default boolean |
discontinuity() |
double |
duration() |
java.util.Optional<java.time.OffsetDateTime> |
programDateTime() |
java.util.Optional<SegmentKey> |
segmentKey() |
java.util.Optional<SegmentMap> |
segmentMap() |
java.util.Optional<java.lang.String> |
title() |
java.lang.String |
uri() |
double duration()
java.util.Optional<java.lang.String> title()
java.lang.String uri()
java.util.Optional<ByteRange> byteRange()
java.util.Optional<java.time.OffsetDateTime> programDateTime()
java.util.Optional<SegmentMap> segmentMap()
java.util.Optional<SegmentKey> segmentKey()
@Value.Default default boolean discontinuity()
static MediaSegment.Builder builder()