startOffsetTimelineReference property

  1. @JsonKey(name: 'startOffsetTimelineReference')
TimelineReferencePoint? 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;