Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DashPackage

import type { DashPackage } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";

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

interface DashPackage {
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | null;
AdTriggers?: __AdTriggersElement[] | null;
Encryption?: DashEncryption | null;
IncludeIframeOnlyStream?: boolean | null;
ManifestLayout?: ManifestLayout | null;
ManifestWindowSeconds?: number | null;
MinBufferTimeSeconds?: number | null;
MinUpdatePeriodSeconds?: number | null;
PeriodTriggers?: __PeriodTriggersElement[] | null;
Profile?: Profile | null;
SegmentDurationSeconds?: number | null;
SegmentTemplateFormat?: SegmentTemplateFormat | null;
StreamSelection?: StreamSelection | null;
SuggestedPresentationDelaySeconds?: number | null;
UtcTiming?: UtcTiming | null;
UtcTimingUri?: string | null;
}

§Properties

§
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions | null
[src]
§
AdTriggers?: __AdTriggersElement[] | null
[src]
§
Encryption?: DashEncryption | null
[src]
§
IncludeIframeOnlyStream?: boolean | null
[src]

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

§
ManifestLayout?: ManifestLayout | null
[src]

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.

§
ManifestWindowSeconds?: number | null
[src]

Time window (in seconds) contained in each manifest.

§
MinBufferTimeSeconds?: number | null
[src]

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

§
MinUpdatePeriodSeconds?: number | null
[src]

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

§
PeriodTriggers?: __PeriodTriggersElement[] | null
[src]

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.

§
Profile?: Profile | null
[src]

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

§
SegmentDurationSeconds?: number | null
[src]

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

§
SegmentTemplateFormat?: SegmentTemplateFormat | null
[src]

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.

§
StreamSelection?: StreamSelection | null
[src]
§
SuggestedPresentationDelaySeconds?: number | null
[src]

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

§
UtcTiming?: UtcTiming | null
[src]

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

§
UtcTimingUri?: string | null
[src]

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