Class: Aws::Types::DashPackage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_triggers::Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")]

Returns the value of attribute ad_triggers.

Returns:

  • (::Array[("SPLICE_INSERT" | "BREAK" | "PROVIDER_ADVERTISEMENT" | "DISTRIBUTOR_ADVERTISEMENT" | "PROVIDER_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" | "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" | "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY")])


185
186
187
# File 'sig/types.rbs', line 185

def ad_triggers
  @ad_triggers
end

#ads_on_delivery_restrictions"NONE", ...

Returns the value of attribute ads_on_delivery_restrictions.

Returns:

  • ("NONE", "RESTRICTED", "UNRESTRICTED", "BOTH")


186
187
188
# File 'sig/types.rbs', line 186

def ads_on_delivery_restrictions
  @ads_on_delivery_restrictions
end

#encryptionTypes::DashEncryption

Returns the value of attribute encryption.



187
188
189
# File 'sig/types.rbs', line 187

def encryption
  @encryption
end

#include_iframe_only_streamBoolean

Returns the value of attribute include_iframe_only_stream.

Returns:

  • (Boolean)


188
189
190
# File 'sig/types.rbs', line 188

def include_iframe_only_stream
  @include_iframe_only_stream
end

#manifest_layout"FULL", ...

Returns the value of attribute manifest_layout.

Returns:

  • ("FULL", "COMPACT", "DRM_TOP_LEVEL_COMPACT")


189
190
191
# File 'sig/types.rbs', line 189

def manifest_layout
  @manifest_layout
end

#manifest_window_seconds::Integer

Returns the value of attribute manifest_window_seconds.

Returns:

  • (::Integer)


190
191
192
# File 'sig/types.rbs', line 190

def manifest_window_seconds
  @manifest_window_seconds
end

#min_buffer_time_seconds::Integer

Returns the value of attribute min_buffer_time_seconds.

Returns:

  • (::Integer)


191
192
193
# File 'sig/types.rbs', line 191

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)


192
193
194
# File 'sig/types.rbs', line 192

def min_update_period_seconds
  @min_update_period_seconds
end

#period_triggers::Array[("ADS")]

Returns the value of attribute period_triggers.

Returns:

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


193
194
195
# File 'sig/types.rbs', line 193

def period_triggers
  @period_triggers
end

#profile"NONE", ...

Returns the value of attribute profile.

Returns:

  • ("NONE", "HBBTV_1_5", "HYBRIDCAST", "DVB_DASH_2014")


194
195
196
# File 'sig/types.rbs', line 194

def profile
  @profile
end

#segment_duration_seconds::Integer

Returns the value of attribute segment_duration_seconds.

Returns:

  • (::Integer)


195
196
197
# File 'sig/types.rbs', line 195

def segment_duration_seconds
  @segment_duration_seconds
end

#segment_template_format"NUMBER_WITH_TIMELINE", ...

Returns the value of attribute segment_template_format.

Returns:

  • ("NUMBER_WITH_TIMELINE", "TIME_WITH_TIMELINE", "NUMBER_WITH_DURATION")


196
197
198
# File 'sig/types.rbs', line 196

def segment_template_format
  @segment_template_format
end

#stream_selectionTypes::StreamSelection

Returns the value of attribute stream_selection.



197
198
199
# File 'sig/types.rbs', line 197

def stream_selection
  @stream_selection
end

#suggested_presentation_delay_seconds::Integer

Returns the value of attribute suggested_presentation_delay_seconds.

Returns:

  • (::Integer)


198
199
200
# File 'sig/types.rbs', line 198

def suggested_presentation_delay_seconds
  @suggested_presentation_delay_seconds
end

#utc_timing"NONE", ...

Returns the value of attribute utc_timing.

Returns:

  • ("NONE", "HTTP-HEAD", "HTTP-ISO", "HTTP-XSDATE")


199
200
201
# File 'sig/types.rbs', line 199

def utc_timing
  @utc_timing
end

#utc_timing_uri::String

Returns the value of attribute utc_timing_uri.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def utc_timing_uri
  @utc_timing_uri
end