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:



638
639
640
# File 'sig/types.rbs', line 638

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")


639
640
641
# File 'sig/types.rbs', line 639

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)


640
641
642
# File 'sig/types.rbs', line 640

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)


641
642
643
# File 'sig/types.rbs', line 641

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")


642
643
644
# File 'sig/types.rbs', line 642

def dash_manifest_style
  @dash_manifest_style
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def destination
  @destination
end

#destination_settingsTypes::DestinationSettings

Returns the value of attribute destination_settings.



644
645
646
# File 'sig/types.rbs', line 644

def destination_settings
  @destination_settings
end

#encryptionTypes::DashIsoEncryptionSettings

Returns the value of attribute encryption.



645
646
647
# File 'sig/types.rbs', line 645

def encryption
  @encryption
end

#fragment_length::Integer

Returns the value of attribute fragment_length.

Returns:

  • (::Integer)


646
647
648
# File 'sig/types.rbs', line 646

def fragment_length
  @fragment_length
end

#hbbtv_compliance"HBBTV_1_5", "NONE"

Returns the value of attribute hbbtv_compliance.

Returns:

  • ("HBBTV_1_5", "NONE")


647
648
649
# File 'sig/types.rbs', line 647

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")


648
649
650
# File 'sig/types.rbs', line 648

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.



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

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.



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

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)


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

def min_buffer_time
  @min_buffer_time
end

#min_final_segment_length::Float

Returns the value of attribute min_final_segment_length.

Returns:

  • (::Float)


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

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")


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

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")


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

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")


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

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")


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

def segment_control
  @segment_control
end

#segment_length::Integer

Returns the value of attribute segment_length.

Returns:

  • (::Integer)


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

def segment_length
  @segment_length
end

#segment_length_control"EXACT", ...

Returns the value of attribute segment_length_control.

Returns:

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


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

def segment_length_control
  @segment_length_control
end

#video_composition_offsets"SIGNED", "UNSIGNED"

Returns the value of attribute video_composition_offsets.

Returns:

  • ("SIGNED", "UNSIGNED")


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

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")


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

def write_segment_timeline_in_representation
  @write_segment_timeline_in_representation
end