OriginEndpointDashPackage

data class OriginEndpointDashPackage(val adTriggers: List<OriginEndpointDashPackageAdTriggersItem>? = null, val adsOnDeliveryRestrictions: OriginEndpointAdsOnDeliveryRestrictions? = null, val encryption: OriginEndpointDashEncryption? = null, val includeIframeOnlyStream: Boolean? = null, val manifestLayout: OriginEndpointDashPackageManifestLayout? = null, val manifestWindowSeconds: Int? = null, val minBufferTimeSeconds: Int? = null, val minUpdatePeriodSeconds: Int? = null, val periodTriggers: List<OriginEndpointDashPackagePeriodTriggersItem>? = null, val profile: OriginEndpointDashPackageProfile? = null, val segmentDurationSeconds: Int? = null, val segmentTemplateFormat: OriginEndpointDashPackageSegmentTemplateFormat? = null, val streamSelection: OriginEndpointStreamSelection? = null, val suggestedPresentationDelaySeconds: Int? = null, val utcTiming: OriginEndpointDashPackageUtcTiming? = null, val utcTimingUri: String? = null)

A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

Constructors

Link copied to clipboard
constructor(adTriggers: List<OriginEndpointDashPackageAdTriggersItem>? = null, adsOnDeliveryRestrictions: OriginEndpointAdsOnDeliveryRestrictions? = null, encryption: OriginEndpointDashEncryption? = null, includeIframeOnlyStream: Boolean? = null, manifestLayout: OriginEndpointDashPackageManifestLayout? = null, manifestWindowSeconds: Int? = null, minBufferTimeSeconds: Int? = null, minUpdatePeriodSeconds: Int? = null, periodTriggers: List<OriginEndpointDashPackagePeriodTriggersItem>? = null, profile: OriginEndpointDashPackageProfile? = null, segmentDurationSeconds: Int? = null, segmentTemplateFormat: OriginEndpointDashPackageSegmentTemplateFormat? = null, streamSelection: OriginEndpointStreamSelection? = null, suggestedPresentationDelaySeconds: Int? = null, utcTiming: OriginEndpointDashPackageUtcTiming? = null, utcTimingUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The flags on SCTE-35 segmentation descriptors that have to be present for AWS Elemental MediaPackage to insert ad markers in the output manifest. For information about SCTE-35 in AWS Elemental MediaPackage , see SCTE-35 Message Options in AWS Elemental MediaPackage .

Link copied to clipboard

A list of SCTE-35 message types that are treated as ad markers in the output. If empty, no ad markers are output. Specify multiple items to create ad markers for all of the included message types.

Link copied to clipboard

Parameters for encrypting content.

Link copied to clipboard

When enabled, an I-Frame only stream will be included in the output.

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

Time window (in seconds) contained in each manifest.

Link copied to clipboard

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

Link copied to clipboard

Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).

Link copied to clipboard

A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Channel source contains SCTE-35 ad markers.

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

Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

Link copied to clipboard

Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.

Link copied to clipboard

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

Link copied to clipboard

Duration (in seconds) to delay live content before presentation.

Link copied to clipboard

Determines the type of UTCTiming included in the Media Presentation Description (MPD)

Link copied to clipboard
val utcTimingUri: String? = null

Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE