OriginEndpointSegmentArgs

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
constructor(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)

Properties

Link copied to clipboard

Whether to use encryption for the segment.

Link copied to clipboard
val includeIframeOnlyStreams: Output<Boolean>? = null

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.

Link copied to clipboard
val scte: Output<OriginEndpointScteArgs>? = null

The SCTE-35 configuration associated with the segment.

Link copied to clipboard
val segmentDurationSeconds: Output<Int>? = null

The duration (in seconds) of each segment. Enter a value equal to, or a multiple of, the input segment duration. If the value that you enter is different from the input segment duration, MediaPackage rounds segments to the nearest multiple of the input segment duration.

Link copied to clipboard
val segmentName: Output<String>? = null

The name that describes the segment. The name is the base name of the segment used in all content manifests inside of the endpoint. You can't use spaces in the name.

Link copied to clipboard
val tsIncludeDvbSubtitles: Output<Boolean>? = null

By default, MediaPackage excludes all digital video broadcasting (DVB) subtitles from the output. When selected, MediaPackage passes through DVB subtitles into the output.

Link copied to clipboard
val tsUseAudioRenditionGroup: Output<Boolean>? = null

When selected, MediaPackage bundles all audio tracks in a rendition group. All other tracks in the stream can be used with any audio rendition from the group.

Functions

Link copied to clipboard
open override fun toJava(): OriginEndpointSegmentArgs