Class: Aws::Types::CreateDashManifestConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_timeline_pattern"NONE", "PATTERNED"

Returns the value of attribute audio_timeline_pattern.

Returns:

  • ("NONE", "PATTERNED")


128
129
130
# File 'sig/types.rbs', line 128

def audio_timeline_pattern
  @audio_timeline_pattern
end

#availability_start_time_configurationTypes::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.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def base_urls
  @base_urls
end

#compactness"STANDARD", "NONE"

Returns the value of attribute compactness.

Returns:

  • ("STANDARD", "NONE")


127
128
129
# File 'sig/types.rbs', line 127

def compactness
  @compactness
end

#drm_signaling"INDIVIDUAL", "REFERENCED"

Returns the value of attribute drm_signaling.

Returns:

  • ("INDIVIDUAL", "REFERENCED")


121
122
123
# File 'sig/types.rbs', line 121

def drm_signaling
  @drm_signaling
end

#dvb_settingsTypes::DashDvbSettings

Returns the value of attribute dvb_settings.



126
127
128
# File 'sig/types.rbs', line 126

def dvb_settings
  @dvb_settings
end

#filter_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[("AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE")])


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.

Returns:

  • (::Array[("DVB_DASH")])


123
124
125
# File 'sig/types.rbs', line 123

def profiles
  @profiles
end

#program_informationTypes::DashProgramInformation

Returns the value of attribute program_information.



125
126
127
# File 'sig/types.rbs', line 125

def program_information
  @program_information
end

#scte_dashTypes::ScteDash

Returns the value of attribute scte_dash.

Returns:



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.

Returns:

  • ("NUMBER_WITH_TIMELINE")


118
119
120
# File 'sig/types.rbs', line 118

def segment_template_format
  @segment_template_format
end

#subtitle_configurationTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("LEAF", "ROOT")


130
131
132
# File 'sig/types.rbs', line 130

def uri_path_type
  @uri_path_type
end

#utc_timingTypes::DashUtcTiming

Returns the value of attribute utc_timing.



122
123
124
# File 'sig/types.rbs', line 122

def utc_timing
  @utc_timing
end