startOffsetTimelineReference property
- @JsonKey(name: 'startOffsetTimelineReference')
final
Sets the Timeline reference point to calculate the startOffset from. If not set, default values will be used.
Default value for VOD: TimelineReferencePoint.start Default value for live: TimelineReferencePoint.end
Implementation
@JsonKey(name: 'startOffsetTimelineReference')
final TimelineReferencePoint? startOffsetTimelineReference;