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.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def ad_markers @ad_markers end |
#additional_manifests ⇒ ::Array[Types::HlsAdditionalManifest]
Returns the value of attribute additional_manifests.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def additional_manifests @additional_manifests end |
#audio_only_header ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute audio_only_header.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def audio_only_header @audio_only_header end |
#base_url ⇒ ::String
Returns the value of attribute base_url.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def base_url @base_url end |
#caption_language_mappings ⇒ ::Array[Types::HlsCaptionLanguageMapping]
Returns the value of attribute caption_language_mappings.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def caption_language_mappings @caption_language_mappings end |
#caption_language_setting ⇒ "INSERT", ...
Returns the value of attribute caption_language_setting.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 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.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def caption_segment_length_control @caption_segment_length_control end |
#client_cache ⇒ "DISABLED", "ENABLED"
Returns the value of attribute client_cache.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def client_cache @client_cache end |
#codec_specification ⇒ "RFC_6381", "RFC_4281"
Returns the value of attribute codec_specification.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def codec_specification @codec_specification end |
#destination ⇒ ::String
Returns the value of attribute destination.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def destination @destination end |
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def destination_settings @destination_settings end |
#directory_structure ⇒ "SINGLE_DIRECTORY", "SUBDIRECTORY_PER_STREAM"
Returns the value of attribute directory_structure.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def directory_structure @directory_structure end |
#encryption ⇒ Types::HlsEncryptionSettings
Returns the value of attribute encryption.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def encryption @encryption end |
#image_based_trick_play ⇒ "NONE", ...
Returns the value of attribute image_based_trick_play.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 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.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 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.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def image_based_trick_play_variants @image_based_trick_play_variants end |
#manifest_compression ⇒ "GZIP", "NONE"
Returns the value of attribute manifest_compression.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def manifest_compression @manifest_compression end |
#manifest_duration_format ⇒ "FLOATING_POINT", "INTEGER"
Returns the value of attribute manifest_duration_format.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def manifest_duration_format @manifest_duration_format end |
#min_final_segment_length ⇒ ::Float
Returns the value of attribute min_final_segment_length.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def min_final_segment_length @min_final_segment_length end |
#min_segment_length ⇒ ::Integer
Returns the value of attribute min_segment_length.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def min_segment_length @min_segment_length end |
#output_selection ⇒ "MANIFESTS_AND_SEGMENTS", "SEGMENTS_ONLY"
Returns the value of attribute output_selection.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def output_selection @output_selection end |
#program_date_time ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute program_date_time.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def program_date_time @program_date_time end |
#program_date_time_period ⇒ ::Integer
Returns the value of attribute program_date_time_period.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 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.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def progressive_write_hls_manifest @progressive_write_hls_manifest end |
#segment_control ⇒ "SINGLE_FILE", "SEGMENTED_FILES"
Returns the value of attribute segment_control.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def segment_control @segment_control end |
#segment_length ⇒ ::Integer
Returns the value of attribute segment_length.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def segment_length @segment_length end |
#segment_length_control ⇒ "EXACT", ...
Returns the value of attribute segment_length_control.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def segment_length_control @segment_length_control end |
#segments_per_subdirectory ⇒ ::Integer
Returns the value of attribute segments_per_subdirectory.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def segments_per_subdirectory @segments_per_subdirectory end |
#stream_inf_resolution ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute stream_inf_resolution.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def stream_inf_resolution @stream_inf_resolution end |
#target_duration_compatibility_mode ⇒ "LEGACY", "SPEC_COMPLIANT"
Returns the value of attribute target_duration_compatibility_mode.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 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.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def @timed_metadata_id_3_frame end |
#timed_metadata_id_3_period ⇒ ::Integer
Returns the value of attribute timed_metadata_id_3_period.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def @timed_metadata_id_3_period end |
#timestamp_delta_milliseconds ⇒ ::Integer
Returns the value of attribute timestamp_delta_milliseconds.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def @timestamp_delta_milliseconds end |