Class: Aws::MediaPackageV2::Types::GetDashManifestConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::GetDashManifestConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
Retrieve the DASH manifest configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#drm_signaling ⇒ String
Determines how the DASH manifest signals the DRM content.
-
#filter_configuration ⇒ Types::FilterConfiguration
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
-
#manifest_name ⇒ String
A short string that’s appended to the endpoint URL.
-
#manifest_window_seconds ⇒ Integer
The total duration (in seconds) of the manifest’s content.
-
#min_buffer_time_seconds ⇒ Integer
Minimum amount of content (in seconds) that a player must keep available in the buffer.
-
#min_update_period_seconds ⇒ Integer
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
-
#period_triggers ⇒ Array<String>
A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.
-
#scte_dash ⇒ Types::ScteDash
The SCTE configuration.
-
#segment_template_format ⇒ String
Determines the type of variable used in the ‘media` URL of the `SegmentTemplate` tag in the manifest.
-
#suggested_presentation_delay_seconds ⇒ Integer
The amount of time (in seconds) that the player should be from the end of the manifest.
-
#url ⇒ String
The egress domain URL for stream delivery from MediaPackage.
-
#utc_timing ⇒ Types::DashUtcTiming
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
Instance Attribute Details
#drm_signaling ⇒ String
Determines how the DASH manifest signals the DRM content.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#filter_configuration ⇒ Types::FilterConfiguration
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#manifest_name ⇒ String
A short string that’s appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don’t enter a value, MediaPackage uses the default manifest name, index.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#manifest_window_seconds ⇒ Integer
The total duration (in seconds) of the manifest’s content.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#min_buffer_time_seconds ⇒ Integer
Minimum amount of content (in seconds) that a player must keep available in the buffer.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#min_update_period_seconds ⇒ Integer
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#period_triggers ⇒ Array<String>
A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see [Multi-period DASH in AWS Elemental MediaPackage].
[1]: docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#scte_dash ⇒ Types::ScteDash
The SCTE configuration.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#segment_template_format ⇒ String
Determines the type of variable used in the ‘media` URL of the `SegmentTemplate` tag in the manifest. Also specifies if segment timeline information is included in `SegmentTimeline` or `SegmentTemplate`.
Value description:
-
‘NUMBER_WITH_TIMELINE` - The `$Number$` variable is used in the `media` URL. The value of this variable is the sequential number of the segment. A full `SegmentTimeline` object is presented in each `SegmentTemplate`.
^
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#suggested_presentation_delay_seconds ⇒ Integer
The amount of time (in seconds) that the player should be from the end of the manifest.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The egress domain URL for stream delivery from MediaPackage.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |
#utc_timing ⇒ Types::DashUtcTiming
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1715 class GetDashManifestConfiguration < Struct.new( :manifest_name, :url, :manifest_window_seconds, :filter_configuration, :min_update_period_seconds, :min_buffer_time_seconds, :suggested_presentation_delay_seconds, :segment_template_format, :period_triggers, :scte_dash, :drm_signaling, :utc_timing) SENSITIVE = [] include Aws::Structure end |