Class: Aws::Types::DashIsoGroupSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_manifests::Array[Types::DashAdditionalManifest]

Returns the value of attribute additional_manifests.

Returns:



650
651
652
# File 'sig/types.rbs', line 650

def additional_manifests
  @additional_manifests
end

#audio_channel_config_scheme_id_uri"MPEG_CHANNEL_CONFIGURATION", "DOLBY_CHANNEL_CONFIGURATION"

Returns the value of attribute audio_channel_config_scheme_id_uri.

Returns:

  • ("MPEG_CHANNEL_CONFIGURATION", "DOLBY_CHANNEL_CONFIGURATION")


651
652
653
# File 'sig/types.rbs', line 651

def audio_channel_config_scheme_id_uri
  @audio_channel_config_scheme_id_uri
end

#base_url::String

Returns the value of attribute base_url.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def base_url
  @base_url
end

#dash_i_frame_trick_play_name_modifier::String

Returns the value of attribute dash_i_frame_trick_play_name_modifier.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def dash_i_frame_trick_play_name_modifier
  @dash_i_frame_trick_play_name_modifier
end

#dash_manifest_style"BASIC", ...

Returns the value of attribute dash_manifest_style.

Returns:

  • ("BASIC", "COMPACT", "DISTINCT", "FULL")


654
655
656
# File 'sig/types.rbs', line 654

def dash_manifest_style
  @dash_manifest_style
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def destination
  @destination
end

#destination_settingsTypes::DestinationSettings

Returns the value of attribute destination_settings.



656
657
658
# File 'sig/types.rbs', line 656

def destination_settings
  @destination_settings
end

#encryptionTypes::DashIsoEncryptionSettings

Returns the value of attribute encryption.



657
658
659
# File 'sig/types.rbs', line 657

def encryption
  @encryption
end

#fragment_length::Integer

Returns the value of attribute fragment_length.

Returns:

  • (::Integer)


658
659
660
# File 'sig/types.rbs', line 658

def fragment_length
  @fragment_length
end

#hbbtv_compliance"HBBTV_1_5", "NONE"

Returns the value of attribute hbbtv_compliance.

Returns:

  • ("HBBTV_1_5", "NONE")


659
660
661
# File 'sig/types.rbs', line 659

def hbbtv_compliance
  @hbbtv_compliance
end

#image_based_trick_play"NONE", ...

Returns the value of attribute image_based_trick_play.

Returns:

  • ("NONE", "THUMBNAIL", "THUMBNAIL_AND_FULLFRAME", "ADVANCED", "VARIANTS")


660
661
662
# File 'sig/types.rbs', line 660

def image_based_trick_play
  @image_based_trick_play
end

#image_based_trick_play_settingsTypes::DashIsoImageBasedTrickPlaySettings

Returns the value of attribute image_based_trick_play_settings.



661
662
663
# File 'sig/types.rbs', line 661

def image_based_trick_play_settings
  @image_based_trick_play_settings
end

#image_based_trick_play_variants::Array[Types::DashIsoImageBasedTrickPlayVariant]

Returns the value of attribute image_based_trick_play_variants.



662
663
664
# File 'sig/types.rbs', line 662

def image_based_trick_play_variants
  @image_based_trick_play_variants
end

#min_buffer_time::Integer

Returns the value of attribute min_buffer_time.

Returns:

  • (::Integer)


663
664
665
# File 'sig/types.rbs', line 663

def min_buffer_time
  @min_buffer_time
end

#min_final_segment_length::Float

Returns the value of attribute min_final_segment_length.

Returns:

  • (::Float)


664
665
666
# File 'sig/types.rbs', line 664

def min_final_segment_length
  @min_final_segment_length
end

#mpd_manifest_bandwidth_type"AVERAGE", "MAX"

Returns the value of attribute mpd_manifest_bandwidth_type.

Returns:

  • ("AVERAGE", "MAX")


665
666
667
# File 'sig/types.rbs', line 665

def mpd_manifest_bandwidth_type
  @mpd_manifest_bandwidth_type
end

#mpd_profile"MAIN_PROFILE", "ON_DEMAND_PROFILE"

Returns the value of attribute mpd_profile.

Returns:

  • ("MAIN_PROFILE", "ON_DEMAND_PROFILE")


666
667
668
# File 'sig/types.rbs', line 666

def mpd_profile
  @mpd_profile
end

#pts_offset_handling_for_b_frames"ZERO_BASED", "MATCH_INITIAL_PTS"

Returns the value of attribute pts_offset_handling_for_b_frames.

Returns:

  • ("ZERO_BASED", "MATCH_INITIAL_PTS")


667
668
669
# File 'sig/types.rbs', line 667

def pts_offset_handling_for_b_frames
  @pts_offset_handling_for_b_frames
end

#segment_control"SINGLE_FILE", "SEGMENTED_FILES"

Returns the value of attribute segment_control.

Returns:

  • ("SINGLE_FILE", "SEGMENTED_FILES")


668
669
670
# File 'sig/types.rbs', line 668

def segment_control
  @segment_control
end

#segment_length::Integer

Returns the value of attribute segment_length.

Returns:

  • (::Integer)


669
670
671
# File 'sig/types.rbs', line 669

def segment_length
  @segment_length
end

#segment_length_control"EXACT", ...

Returns the value of attribute segment_length_control.

Returns:

  • ("EXACT", "GOP_MULTIPLE", "MATCH")


670
671
672
# File 'sig/types.rbs', line 670

def segment_length_control
  @segment_length_control
end

#video_composition_offsets"SIGNED", "UNSIGNED"

Returns the value of attribute video_composition_offsets.

Returns:

  • ("SIGNED", "UNSIGNED")


671
672
673
# File 'sig/types.rbs', line 671

def video_composition_offsets
  @video_composition_offsets
end

#write_segment_timeline_in_representation"ENABLED", "DISABLED"

Returns the value of attribute write_segment_timeline_in_representation.

Returns:

  • ("ENABLED", "DISABLED")


672
673
674
# File 'sig/types.rbs', line 672

def write_segment_timeline_in_representation
  @write_segment_timeline_in_representation
end