Class: Aws::MediaPackageVod::Types::DashPackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::DashPackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dash_manifests ⇒ Array<Types::DashManifest>
A list of DASH manifest configurations.
-
#encryption ⇒ Types::DashEncryption
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
-
#include_encoder_configuration_in_segments ⇒ Boolean
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.
-
#include_iframe_only_stream ⇒ Boolean
When enabled, an I-Frame only stream will be included in the output.
-
#period_triggers ⇒ Array<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.
-
#segment_duration_seconds ⇒ Integer
Duration (in seconds) of each segment.
-
#segment_template_format ⇒ String
Determines the type of SegmentTemplate included in the Media Presentation Description (MPD).
Instance Attribute Details
#dash_manifests ⇒ Array<Types::DashManifest>
A list of DASH manifest configurations.
668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 668 class DashPackage < Struct.new( :dash_manifests, :encryption, :include_encoder_configuration_in_segments, :include_iframe_only_stream, :period_triggers, :segment_duration_seconds, :segment_template_format) SENSITIVE = [] include Aws::Structure end |
#encryption ⇒ Types::DashEncryption
A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.
668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 668 class DashPackage < Struct.new( :dash_manifests, :encryption, :include_encoder_configuration_in_segments, :include_iframe_only_stream, :period_triggers, :segment_duration_seconds, :segment_template_format) SENSITIVE = [] include Aws::Structure end |
#include_encoder_configuration_in_segments ⇒ Boolean
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.
668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 668 class DashPackage < Struct.new( :dash_manifests, :encryption, :include_encoder_configuration_in_segments, :include_iframe_only_stream, :period_triggers, :segment_duration_seconds, :segment_template_format) SENSITIVE = [] include Aws::Structure end |
#include_iframe_only_stream ⇒ Boolean
When enabled, an I-Frame only stream will be included in the output.
668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 668 class DashPackage < Struct.new( :dash_manifests, :encryption, :include_encoder_configuration_in_segments, :include_iframe_only_stream, :period_triggers, :segment_duration_seconds, :segment_template_format) SENSITIVE = [] include Aws::Structure end |
#period_triggers ⇒ Array<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 Asset contains SCTE-35 ad markers.
668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 668 class DashPackage < Struct.new( :dash_manifests, :encryption, :include_encoder_configuration_in_segments, :include_iframe_only_stream, :period_triggers, :segment_duration_seconds, :segment_template_format) SENSITIVE = [] include Aws::Structure end |
#segment_duration_seconds ⇒ Integer
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 668 class DashPackage < Struct.new( :dash_manifests, :encryption, :include_encoder_configuration_in_segments, :include_iframe_only_stream, :period_triggers, :segment_duration_seconds, :segment_template_format) SENSITIVE = [] include Aws::Structure end |
#segment_template_format ⇒ String
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.
668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 668 class DashPackage < Struct.new( :dash_manifests, :encryption, :include_encoder_configuration_in_segments, :include_iframe_only_stream, :period_triggers, :segment_duration_seconds, :segment_template_format) SENSITIVE = [] include Aws::Structure end |