DashPackage

public struct DashPackage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of DASH manifest configurations.

    Declaration

    Swift

    public let dashManifests: [DashManifest]
  • Undocumented

    Declaration

    Swift

    public let encryption: DashEncryption?
  • 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 Asset contains SCTE-35 ad markers.

    Declaration

    Swift

    public let periodTriggers: [Periodtriggerselement]?
  • 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 init(dashManifests: [DashManifest], encryption: DashEncryption? = nil, periodTriggers: [Periodtriggerselement]? = nil, segmentDurationSeconds: Int? = nil, segmentTemplateFormat: SegmentTemplateFormat? = nil)