Origin Endpoint Segment Args
data class OriginEndpointSegmentArgs(val encryption: Output<OriginEndpointEncryptionArgs>? = null, val includeIframeOnlyStreams: Output<Boolean>? = null, val scte: Output<OriginEndpointScteArgs>? = null, val segmentDurationSeconds: Output<Int>? = null, val segmentName: Output<String>? = null, val tsIncludeDvbSubtitles: Output<Boolean>? = null, val tsUseAudioRenditionGroup: Output<Boolean>? = null) : ConvertibleToJava<OriginEndpointSegmentArgs>
The segment configuration, including the segment name, duration, and other configuration values.
Constructors
Link copied to clipboard
fun OriginEndpointSegmentArgs(encryption: Output<OriginEndpointEncryptionArgs>? = null, includeIframeOnlyStreams: Output<Boolean>? = null, scte: Output<OriginEndpointScteArgs>? = null, segmentDurationSeconds: Output<Int>? = null, segmentName: Output<String>? = null, tsIncludeDvbSubtitles: Output<Boolean>? = null, tsUseAudioRenditionGroup: Output<Boolean>? = null)
Functions
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.