Class: Aws::Types::GetDashManifestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GetDashManifestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_timeline_pattern ⇒ "NONE", "PATTERNED"
Returns the value of attribute audio_timeline_pattern.
-
#availability_start_time_configuration ⇒ Types::DashAvailabilityStartTimeConfiguration
Returns the value of attribute availability_start_time_configuration.
-
#base_urls ⇒ ::Array[Types::DashBaseUrl]
Returns the value of attribute base_urls.
-
#compactness ⇒ "STANDARD", "NONE"
Returns the value of attribute compactness.
-
#drm_signaling ⇒ "INDIVIDUAL", "REFERENCED"
Returns the value of attribute drm_signaling.
-
#dvb_settings ⇒ Types::DashDvbSettings
Returns the value of attribute dvb_settings.
-
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
-
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
-
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
-
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
-
#min_update_period_seconds ⇒ ::Integer
Returns the value of attribute min_update_period_seconds.
-
#period_triggers ⇒ ::Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]
Returns the value of attribute period_triggers.
-
#profiles ⇒ ::Array[("DVB_DASH")]
Returns the value of attribute profiles.
-
#program_information ⇒ Types::DashProgramInformation
Returns the value of attribute program_information.
-
#scte_dash ⇒ Types::ScteDash
Returns the value of attribute scte_dash.
-
#segment_template_format ⇒ "NUMBER_WITH_TIMELINE"
Returns the value of attribute segment_template_format.
-
#subtitle_configuration ⇒ Types::DashSubtitleConfiguration
Returns the value of attribute subtitle_configuration.
-
#suggested_presentation_delay_seconds ⇒ ::Integer
Returns the value of attribute suggested_presentation_delay_seconds.
-
#uri_path_type ⇒ "LEAF", "ROOT"
Returns the value of attribute uri_path_type.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#utc_timing ⇒ Types::DashUtcTiming
Returns the value of attribute utc_timing.
Instance Attribute Details
#audio_timeline_pattern ⇒ "NONE", "PATTERNED"
Returns the value of attribute audio_timeline_pattern.
468 469 470 |
# File 'sig/types.rbs', line 468 def audio_timeline_pattern @audio_timeline_pattern end |
#availability_start_time_configuration ⇒ Types::DashAvailabilityStartTimeConfiguration
Returns the value of attribute availability_start_time_configuration.
471 472 473 |
# File 'sig/types.rbs', line 471 def availability_start_time_configuration @availability_start_time_configuration end |
#base_urls ⇒ ::Array[Types::DashBaseUrl]
Returns the value of attribute base_urls.
464 465 466 |
# File 'sig/types.rbs', line 464 def base_urls @base_urls end |
#compactness ⇒ "STANDARD", "NONE"
Returns the value of attribute compactness.
467 468 469 |
# File 'sig/types.rbs', line 467 def compactness @compactness end |
#drm_signaling ⇒ "INDIVIDUAL", "REFERENCED"
Returns the value of attribute drm_signaling.
461 462 463 |
# File 'sig/types.rbs', line 461 def drm_signaling @drm_signaling end |
#dvb_settings ⇒ Types::DashDvbSettings
Returns the value of attribute dvb_settings.
466 467 468 |
# File 'sig/types.rbs', line 466 def dvb_settings @dvb_settings end |
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
454 455 456 |
# File 'sig/types.rbs', line 454 def filter_configuration @filter_configuration end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
451 452 453 |
# File 'sig/types.rbs', line 451 def manifest_name @manifest_name end |
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
453 454 455 |
# File 'sig/types.rbs', line 453 def manifest_window_seconds @manifest_window_seconds end |
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
456 457 458 |
# File 'sig/types.rbs', line 456 def min_buffer_time_seconds @min_buffer_time_seconds end |
#min_update_period_seconds ⇒ ::Integer
Returns the value of attribute min_update_period_seconds.
455 456 457 |
# File 'sig/types.rbs', line 455 def min_update_period_seconds @min_update_period_seconds end |
#period_triggers ⇒ ::Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")]
Returns the value of attribute period_triggers.
459 460 461 |
# File 'sig/types.rbs', line 459 def period_triggers @period_triggers end |
#profiles ⇒ ::Array[("DVB_DASH")]
Returns the value of attribute profiles.
463 464 465 |
# File 'sig/types.rbs', line 463 def profiles @profiles end |
#program_information ⇒ Types::DashProgramInformation
Returns the value of attribute program_information.
465 466 467 |
# File 'sig/types.rbs', line 465 def program_information @program_information end |
#scte_dash ⇒ Types::ScteDash
Returns the value of attribute scte_dash.
460 461 462 |
# File 'sig/types.rbs', line 460 def scte_dash @scte_dash end |
#segment_template_format ⇒ "NUMBER_WITH_TIMELINE"
Returns the value of attribute segment_template_format.
458 459 460 |
# File 'sig/types.rbs', line 458 def segment_template_format @segment_template_format end |
#subtitle_configuration ⇒ Types::DashSubtitleConfiguration
Returns the value of attribute subtitle_configuration.
469 470 471 |
# File 'sig/types.rbs', line 469 def subtitle_configuration @subtitle_configuration end |
#suggested_presentation_delay_seconds ⇒ ::Integer
Returns the value of attribute suggested_presentation_delay_seconds.
457 458 459 |
# File 'sig/types.rbs', line 457 def suggested_presentation_delay_seconds @suggested_presentation_delay_seconds end |
#uri_path_type ⇒ "LEAF", "ROOT"
Returns the value of attribute uri_path_type.
470 471 472 |
# File 'sig/types.rbs', line 470 def uri_path_type @uri_path_type end |
#url ⇒ ::String
Returns the value of attribute url.
452 453 454 |
# File 'sig/types.rbs', line 452 def url @url end |
#utc_timing ⇒ Types::DashUtcTiming
Returns the value of attribute utc_timing.
462 463 464 |
# File 'sig/types.rbs', line 462 def utc_timing @utc_timing end |