Class: Aws::Types::HlsGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_markers ⇒ ::Array[("ELEMENTAL" | "ELEMENTAL_SCTE35")]
Returns the value of attribute ad_markers.
-
#additional_manifests ⇒ ::Array[Types::HlsAdditionalManifest]
Returns the value of attribute additional_manifests.
-
#audio_only_header ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute audio_only_header.
-
#base_url ⇒ ::String
Returns the value of attribute base_url.
-
#caption_language_mappings ⇒ ::Array[Types::HlsCaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
-
#caption_language_setting ⇒ "INSERT", ...
Returns the value of attribute caption_language_setting.
-
#caption_segment_length_control ⇒ "LARGE_SEGMENTS", "MATCH_VIDEO"
Returns the value of attribute caption_segment_length_control.
-
#client_cache ⇒ "DISABLED", "ENABLED"
Returns the value of attribute client_cache.
-
#codec_specification ⇒ "RFC_6381", "RFC_4281"
Returns the value of attribute codec_specification.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
-
#directory_structure ⇒ "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
Returns the value of attribute directory_structure.
-
#encryption ⇒ Types::HlsEncryptionSettings
Returns the value of attribute encryption.
-
#image_based_trick_play ⇒ "NONE", ...
Returns the value of attribute image_based_trick_play.
-
#image_based_trick_play_settings ⇒ Types::HlsImageBasedTrickPlaySettings
Returns the value of attribute image_based_trick_play_settings.
-
#image_based_trick_play_variants ⇒ ::Array[Types::HlsImageBasedTrickPlayVariant]
Returns the value of attribute image_based_trick_play_variants.
-
#manifest_compression ⇒ "GZIP", "NONE"
Returns the value of attribute manifest_compression.
-
#manifest_duration_format ⇒ "FLOATING_POINT", "INTEGER"
Returns the value of attribute manifest_duration_format.
-
#min_final_segment_length ⇒ ::Float
Returns the value of attribute min_final_segment_length.
-
#min_segment_length ⇒ ::Integer
Returns the value of attribute min_segment_length.
-
#output_selection ⇒ "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
Returns the value of attribute output_selection.
-
#program_date_time ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute program_date_time.
-
#program_date_time_period ⇒ ::Integer
Returns the value of attribute program_date_time_period.
-
#progressive_write_hls_manifest ⇒ "ENABLED", "DISABLED"
Returns the value of attribute progressive_write_hls_manifest.
-
#segment_control ⇒ "SINGLE_FILE", "SEGMENTED_FILES"
Returns the value of attribute segment_control.
-
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
-
#segment_length_control ⇒ "EXACT", ...
Returns the value of attribute segment_length_control.
-
#segments_per_subdirectory ⇒ ::Integer
Returns the value of attribute segments_per_subdirectory.
-
#stream_inf_resolution ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute stream_inf_resolution.
-
#target_duration_compatibility_mode ⇒ "LEGACY", "SPEC_COMPLIANT"
Returns the value of attribute target_duration_compatibility_mode.
-
#timed_metadata_id_3_frame ⇒ "NONE", ...
Returns the value of attribute timed_metadata_id_3_frame.
-
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
-
#timestamp_delta_milliseconds ⇒ ::Integer
Returns the value of attribute timestamp_delta_milliseconds.
Instance Attribute Details
#ad_markers ⇒ ::Array[("ELEMENTAL" | "ELEMENTAL_SCTE35")]
Returns the value of attribute ad_markers.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def ad_markers @ad_markers end |
#additional_manifests ⇒ ::Array[Types::HlsAdditionalManifest]
Returns the value of attribute additional_manifests.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def additional_manifests @additional_manifests end |
#audio_only_header ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute audio_only_header.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def audio_only_header @audio_only_header end |
#base_url ⇒ ::String
Returns the value of attribute base_url.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def base_url @base_url end |
#caption_language_mappings ⇒ ::Array[Types::HlsCaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def caption_language_mappings @caption_language_mappings end |
#caption_language_setting ⇒ "INSERT", ...
Returns the value of attribute caption_language_setting.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def caption_language_setting @caption_language_setting end |
#caption_segment_length_control ⇒ "LARGE_SEGMENTS", "MATCH_VIDEO"
Returns the value of attribute caption_segment_length_control.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def caption_segment_length_control @caption_segment_length_control end |
#client_cache ⇒ "DISABLED", "ENABLED"
Returns the value of attribute client_cache.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def client_cache @client_cache end |
#codec_specification ⇒ "RFC_6381", "RFC_4281"
Returns the value of attribute codec_specification.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def codec_specification @codec_specification end |
#destination ⇒ ::String
Returns the value of attribute destination.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def destination @destination end |
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def destination_settings @destination_settings end |
#directory_structure ⇒ "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
Returns the value of attribute directory_structure.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def directory_structure @directory_structure end |
#encryption ⇒ Types::HlsEncryptionSettings
Returns the value of attribute encryption.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def encryption @encryption end |
#image_based_trick_play ⇒ "NONE", ...
Returns the value of attribute image_based_trick_play.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def image_based_trick_play @image_based_trick_play end |
#image_based_trick_play_settings ⇒ Types::HlsImageBasedTrickPlaySettings
Returns the value of attribute image_based_trick_play_settings.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def image_based_trick_play_settings @image_based_trick_play_settings end |
#image_based_trick_play_variants ⇒ ::Array[Types::HlsImageBasedTrickPlayVariant]
Returns the value of attribute image_based_trick_play_variants.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def image_based_trick_play_variants @image_based_trick_play_variants end |
#manifest_compression ⇒ "GZIP", "NONE"
Returns the value of attribute manifest_compression.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def manifest_compression @manifest_compression end |
#manifest_duration_format ⇒ "FLOATING_POINT", "INTEGER"
Returns the value of attribute manifest_duration_format.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def manifest_duration_format @manifest_duration_format end |
#min_final_segment_length ⇒ ::Float
Returns the value of attribute min_final_segment_length.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def min_final_segment_length @min_final_segment_length end |
#min_segment_length ⇒ ::Integer
Returns the value of attribute min_segment_length.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def min_segment_length @min_segment_length end |
#output_selection ⇒ "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
Returns the value of attribute output_selection.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def output_selection @output_selection end |
#program_date_time ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute program_date_time.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def program_date_time @program_date_time end |
#program_date_time_period ⇒ ::Integer
Returns the value of attribute program_date_time_period.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def program_date_time_period @program_date_time_period end |
#progressive_write_hls_manifest ⇒ "ENABLED", "DISABLED"
Returns the value of attribute progressive_write_hls_manifest.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def progressive_write_hls_manifest @progressive_write_hls_manifest end |
#segment_control ⇒ "SINGLE_FILE", "SEGMENTED_FILES"
Returns the value of attribute segment_control.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def segment_control @segment_control end |
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def segment_length @segment_length end |
#segment_length_control ⇒ "EXACT", ...
Returns the value of attribute segment_length_control.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def segment_length_control @segment_length_control end |
#segments_per_subdirectory ⇒ ::Integer
Returns the value of attribute segments_per_subdirectory.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def segments_per_subdirectory @segments_per_subdirectory end |
#stream_inf_resolution ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute stream_inf_resolution.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def stream_inf_resolution @stream_inf_resolution end |
#target_duration_compatibility_mode ⇒ "LEGACY", "SPEC_COMPLIANT"
Returns the value of attribute target_duration_compatibility_mode.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def target_duration_compatibility_mode @target_duration_compatibility_mode end |
#timed_metadata_id_3_frame ⇒ "NONE", ...
Returns the value of attribute timed_metadata_id_3_frame.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def @timed_metadata_id_3_frame end |
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def @timed_metadata_id_3_period end |
#timestamp_delta_milliseconds ⇒ ::Integer
Returns the value of attribute timestamp_delta_milliseconds.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def @timestamp_delta_milliseconds end |