DashPackage
public struct DashPackage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let adsOnDeliveryRestrictions: AdsOnDeliveryRestrictions?
-
Undocumented
Declaration
Swift
public let adTriggers: [Adtriggerselement]?
-
Undocumented
Declaration
Swift
public let encryption: DashEncryption?
-
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.
Declaration
Swift
public let manifestLayout: ManifestLayout?
-
Time window (in seconds) contained in each manifest.
Declaration
Swift
public let manifestWindowSeconds: Int?
-
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
Declaration
Swift
public let minBufferTimeSeconds: Int?
-
Minimum duration (in seconds) between potential changes to the Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD).
Declaration
Swift
public let minUpdatePeriodSeconds: Int?
-
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.
Declaration
Swift
public let periodTriggers: [Periodtriggerselement]?
-
The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to “HBBTV_1_5”, HbbTV 1.5 compliant output is enabled.
Declaration
Swift
public let profile: Profile?
-
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
Declaration
Swift
public let segmentDurationSeconds: Int?
-
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.
Declaration
Swift
public let segmentTemplateFormat: SegmentTemplateFormat?
-
Undocumented
Declaration
Swift
public let streamSelection: StreamSelection?
-
Duration (in seconds) to delay live content before presentation.
Declaration
Swift
public let suggestedPresentationDelaySeconds: Int?
-
Determines the type of UTCTiming included in the Media Presentation Description (MPD)
Declaration
Swift
public let utcTiming: UtcTiming?
-
Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-HEAD
Declaration
Swift
public let utcTimingUri: String?
-
init(adsOnDeliveryRestrictions:adTriggers:encryption:manifestLayout:manifestWindowSeconds:minBufferTimeSeconds:minUpdatePeriodSeconds:periodTriggers:profile:segmentDurationSeconds:segmentTemplateFormat:streamSelection:suggestedPresentationDelaySeconds:utcTiming:utcTimingUri:)
Undocumented
Declaration
Swift
public init(adsOnDeliveryRestrictions: AdsOnDeliveryRestrictions? = nil, adTriggers: [Adtriggerselement]? = nil, encryption: DashEncryption? = nil, manifestLayout: ManifestLayout? = nil, manifestWindowSeconds: Int? = nil, minBufferTimeSeconds: Int? = nil, minUpdatePeriodSeconds: Int? = nil, periodTriggers: [Periodtriggerselement]? = nil, profile: Profile? = nil, segmentDurationSeconds: Int? = nil, segmentTemplateFormat: SegmentTemplateFormat? = nil, streamSelection: StreamSelection? = nil, suggestedPresentationDelaySeconds: Int? = nil, utcTiming: UtcTiming? = nil, utcTimingUri: String? = nil)