PackagingConfigurationDashManifestArgs

data class PackagingConfigurationDashManifestArgs(val manifestLayout: Output<PackagingConfigurationDashManifestManifestLayout>? = null, val manifestName: Output<String>? = null, val minBufferTimeSeconds: Output<Int>? = null, val profile: Output<PackagingConfigurationDashManifestProfile>? = null, val scteMarkersSource: Output<PackagingConfigurationDashManifestScteMarkersSource>? = null, val streamSelection: Output<PackagingConfigurationStreamSelectionArgs>? = null) : ConvertibleToJava<PackagingConfigurationDashManifestArgs>

A DASH manifest configuration.

Constructors

Link copied to clipboard
constructor(manifestLayout: Output<PackagingConfigurationDashManifestManifestLayout>? = null, manifestName: Output<String>? = null, minBufferTimeSeconds: Output<Int>? = null, profile: Output<PackagingConfigurationDashManifestProfile>? = null, scteMarkersSource: Output<PackagingConfigurationDashManifestScteMarkersSource>? = null, streamSelection: Output<PackagingConfigurationStreamSelectionArgs>? = null)

Properties

Link copied to clipboard

Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.

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

A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.

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

Minimum duration (in seconds) that a player will buffer media before starting the presentation.

Link copied to clipboard

The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.

Link copied to clipboard

The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.

Link copied to clipboard

Limitations for outputs from the endpoint, based on the video bitrate.

Functions

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