Class: Aws::MediaPackageVod::Types::DashPackage

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dash_manifestsArray<Types::DashManifest>

A list of DASH manifest configurations.

Returns:



668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-mediapackagevod/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

#encryptionTypes::DashEncryption

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



668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-mediapackagevod/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_segmentsBoolean

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.

Returns:

  • (Boolean)


668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-mediapackagevod/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_streamBoolean

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

Returns:

  • (Boolean)


668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-mediapackagevod/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_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 Asset contains SCTE-35 ad markers.

Returns:

  • (Array<String>)


668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-mediapackagevod/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_secondsInteger

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

Returns:

  • (Integer)


668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-mediapackagevod/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_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)


668
669
670
671
672
673
674
675
676
677
678
# File 'gems/aws-sdk-mediapackagevod/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