Class: Aws::Types::CreateDashManifestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateDashManifestConfiguration
- 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.
-
#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.
128 129 130 |
# File 'sig/types.rbs', line 128 def audio_timeline_pattern @audio_timeline_pattern end |
#availability_start_time_configuration ⇒ Types::DashAvailabilityStartTimeConfiguration
Returns the value of attribute availability_start_time_configuration.
131 132 133 |
# File 'sig/types.rbs', line 131 def availability_start_time_configuration @availability_start_time_configuration end |
#base_urls ⇒ ::Array[Types::DashBaseUrl]
Returns the value of attribute base_urls.
124 125 126 |
# File 'sig/types.rbs', line 124 def base_urls @base_urls end |
#compactness ⇒ "STANDARD", "NONE"
Returns the value of attribute compactness.
127 128 129 |
# File 'sig/types.rbs', line 127 def compactness @compactness end |
#drm_signaling ⇒ "INDIVIDUAL", "REFERENCED"
Returns the value of attribute drm_signaling.
121 122 123 |
# File 'sig/types.rbs', line 121 def drm_signaling @drm_signaling end |
#dvb_settings ⇒ Types::DashDvbSettings
Returns the value of attribute dvb_settings.
126 127 128 |
# File 'sig/types.rbs', line 126 def dvb_settings @dvb_settings end |
#filter_configuration ⇒ Types::FilterConfiguration
Returns the value of attribute filter_configuration.
114 115 116 |
# File 'sig/types.rbs', line 114 def filter_configuration @filter_configuration end |
#manifest_name ⇒ ::String
Returns the value of attribute manifest_name.
112 113 114 |
# File 'sig/types.rbs', line 112 def manifest_name @manifest_name end |
#manifest_window_seconds ⇒ ::Integer
Returns the value of attribute manifest_window_seconds.
113 114 115 |
# File 'sig/types.rbs', line 113 def manifest_window_seconds @manifest_window_seconds end |
#min_buffer_time_seconds ⇒ ::Integer
Returns the value of attribute min_buffer_time_seconds.
116 117 118 |
# File 'sig/types.rbs', line 116 def min_buffer_time_seconds @min_buffer_time_seconds end |
#min_update_period_seconds ⇒ ::Integer
Returns the value of attribute min_update_period_seconds.
115 116 117 |
# File 'sig/types.rbs', line 115 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.
119 120 121 |
# File 'sig/types.rbs', line 119 def period_triggers @period_triggers end |
#profiles ⇒ ::Array[("DVB_DASH")]
Returns the value of attribute profiles.
123 124 125 |
# File 'sig/types.rbs', line 123 def profiles @profiles end |
#program_information ⇒ Types::DashProgramInformation
Returns the value of attribute program_information.
125 126 127 |
# File 'sig/types.rbs', line 125 def program_information @program_information end |
#scte_dash ⇒ Types::ScteDash
Returns the value of attribute scte_dash.
120 121 122 |
# File 'sig/types.rbs', line 120 def scte_dash @scte_dash end |
#segment_template_format ⇒ "NUMBER_WITH_TIMELINE"
Returns the value of attribute segment_template_format.
118 119 120 |
# File 'sig/types.rbs', line 118 def segment_template_format @segment_template_format end |
#subtitle_configuration ⇒ Types::DashSubtitleConfiguration
Returns the value of attribute subtitle_configuration.
129 130 131 |
# File 'sig/types.rbs', line 129 def subtitle_configuration @subtitle_configuration end |
#suggested_presentation_delay_seconds ⇒ ::Integer
Returns the value of attribute suggested_presentation_delay_seconds.
117 118 119 |
# File 'sig/types.rbs', line 117 def suggested_presentation_delay_seconds @suggested_presentation_delay_seconds end |
#uri_path_type ⇒ "LEAF", "ROOT"
Returns the value of attribute uri_path_type.
130 131 132 |
# File 'sig/types.rbs', line 130 def uri_path_type @uri_path_type end |
#utc_timing ⇒ Types::DashUtcTiming
Returns the value of attribute utc_timing.
122 123 124 |
# File 'sig/types.rbs', line 122 def utc_timing @utc_timing end |