Class: Aws::MediaPackage::Types::DashPackage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ad_triggersArray<String>

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.

Returns:

  • (Array<String>)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#ads_on_delivery_restrictionsString

This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that do not contain delivery restrictions will be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags and are always treated as ads if specified in AdTriggers.

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::DashEncryption

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



750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#include_iframe_only_streamBoolean

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

Returns:

  • (Boolean)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_layoutString

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. When set to DRM_TOP_LEVEL_COMPACT, content protection elements are placed the MPD level and referenced at the AdaptationSet level.

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_window_secondsInteger

Time window (in seconds) contained in each manifest.

Returns:

  • (Integer)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#min_buffer_time_secondsInteger

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

Returns:

  • (Integer)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#min_update_period_secondsInteger

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

Returns:

  • (Integer)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#period_triggersArray<String>

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.

Returns:

  • (Array<String>)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#profileString

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.

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#segment_duration_secondsInteger

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

Returns:

  • (Integer)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#segment_template_formatString

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.

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#stream_selectionTypes::StreamSelection

A StreamSelection configuration.



750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#suggested_presentation_delay_secondsInteger

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

Returns:

  • (Integer)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#utc_timingString

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

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end

#utc_timing_uriString

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

Returns:

  • (String)


750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 750

class DashPackage < Struct.new(
  :ad_triggers,
  :ads_on_delivery_restrictions,
  :encryption,
  :include_iframe_only_stream,
  :manifest_layout,
  :manifest_window_seconds,
  :min_buffer_time_seconds,
  :min_update_period_seconds,
  :period_triggers,
  :profile,
  :segment_duration_seconds,
  :segment_template_format,
  :stream_selection,
  :suggested_presentation_delay_seconds,
  :utc_timing,
  :utc_timing_uri)
  SENSITIVE = []
  include Aws::Structure
end