class Aws::MediaPackageVod::Types::DashPackage

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

@note When making an API call, you may pass DashPackage

data as a hash:

    {
      dash_manifests: [ # required
        {
          manifest_layout: "FULL", # accepts FULL, COMPACT
          manifest_name: "__string",
          min_buffer_time_seconds: 1,
          profile: "NONE", # accepts NONE, HBBTV_1_5
          stream_selection: {
            max_video_bits_per_second: 1,
            min_video_bits_per_second: 1,
            stream_order: "ORIGINAL", # accepts ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING
          },
        },
      ],
      encryption: {
        speke_key_provider: { # required
          role_arn: "__string", # required
          system_ids: ["__string"], # required
          url: "__string", # required
        },
      },
      include_encoder_configuration_in_segments: false,
      period_triggers: ["ADS"], # accepts ADS
      segment_duration_seconds: 1,
      segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
    }

@!attribute [rw] dash_manifests

A list of DASH manifest configurations.
@return [Array<Types::DashManifest>]

@!attribute [rw] encryption

A Dynamic Adaptive Streaming over HTTP (DASH) encryption
configuration.
@return [Types::DashEncryption]

@!attribute [rw] include_encoder_configuration_in_segments

When includeEncoderConfigurationInSegments is set to true,
MediaPackage places your encoder's Sequence Parameter Set (SPS),
Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata
in every video segment instead of in the init fragment. This lets
you use different SPS/PPS/VPS settings for your assets during
content playback.
@return [Boolean]

@!attribute [rw] period_triggers

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.
@return [Array<String>]

@!attribute [rw] segment_duration_seconds

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

@!attribute [rw] segment_template_format

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/DashPackage AWS API Documentation

Constants

SENSITIVE