Origin Endpoint Segment
data class OriginEndpointSegment(val encryption: OriginEndpointEncryption? = null, val includeIframeOnlyStreams: Boolean? = null, val scte: OriginEndpointScte? = null, val segmentDurationSeconds: Int? = null, val segmentName: String? = null, val tsIncludeDvbSubtitles: Boolean? = null, val tsUseAudioRenditionGroup: Boolean? = null)
The segment configuration, including the segment name, duration, and other configuration values.
Constructors
Link copied to clipboard
fun OriginEndpointSegment(encryption: OriginEndpointEncryption? = null, includeIframeOnlyStreams: Boolean? = null, scte: OriginEndpointScte? = null, segmentDurationSeconds: Int? = null, segmentName: String? = null, tsIncludeDvbSubtitles: Boolean? = null, tsUseAudioRenditionGroup: Boolean? = null)
Types
Properties
Link copied to clipboard
When selected, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included. MediaPackage generates an I-frame only stream from the first rendition in the manifest. The service inserts EXT-I-FRAMES-ONLY tags in the output manifest, and then generates and includes an I-frames only playlist in the stream. This playlist permits player functionality like fast forward and rewind.