Class: Aws::Types::HlsPackage
- Inherits:
-
Object
- Object
- Aws::Types::HlsPackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_markers ⇒ "NONE", ...
Returns the value of attribute ad_markers.
-
#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.
-
#ads_on_delivery_restrictions ⇒ "NONE", ...
Returns the value of attribute ads_on_delivery_restrictions.
-
#encryption ⇒ Types::HlsEncryption
Returns the value of attribute encryption.
-
#include_dvb_subtitles ⇒ Boolean
Returns the value of attribute include_dvb_subtitles.
-
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
-
#playlist_type ⇒ "NONE", ...
Returns the value of attribute playlist_type.
-
#playlist_window_seconds ⇒ ::Integer
Returns the value of attribute playlist_window_seconds.
-
#program_date_time_interval_seconds ⇒ ::Integer
Returns the value of attribute program_date_time_interval_seconds.
-
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
-
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
-
#use_audio_rendition_group ⇒ Boolean
Returns the value of attribute use_audio_rendition_group.
Instance Attribute Details
#ad_markers ⇒ "NONE", ...
Returns the value of attribute ad_markers.
365 366 367 |
# File 'sig/types.rbs', line 365 def ad_markers @ad_markers end |
#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.
366 367 368 |
# File 'sig/types.rbs', line 366 def ad_triggers @ad_triggers end |
#ads_on_delivery_restrictions ⇒ "NONE", ...
Returns the value of attribute ads_on_delivery_restrictions.
367 368 369 |
# File 'sig/types.rbs', line 367 def ads_on_delivery_restrictions @ads_on_delivery_restrictions end |
#encryption ⇒ Types::HlsEncryption
Returns the value of attribute encryption.
368 369 370 |
# File 'sig/types.rbs', line 368 def encryption @encryption end |
#include_dvb_subtitles ⇒ Boolean
Returns the value of attribute include_dvb_subtitles.
369 370 371 |
# File 'sig/types.rbs', line 369 def include_dvb_subtitles @include_dvb_subtitles end |
#include_iframe_only_stream ⇒ Boolean
Returns the value of attribute include_iframe_only_stream.
370 371 372 |
# File 'sig/types.rbs', line 370 def include_iframe_only_stream @include_iframe_only_stream end |
#playlist_type ⇒ "NONE", ...
Returns the value of attribute playlist_type.
371 372 373 |
# File 'sig/types.rbs', line 371 def playlist_type @playlist_type end |
#playlist_window_seconds ⇒ ::Integer
Returns the value of attribute playlist_window_seconds.
372 373 374 |
# File 'sig/types.rbs', line 372 def playlist_window_seconds @playlist_window_seconds end |
#program_date_time_interval_seconds ⇒ ::Integer
Returns the value of attribute program_date_time_interval_seconds.
373 374 375 |
# File 'sig/types.rbs', line 373 def program_date_time_interval_seconds @program_date_time_interval_seconds end |
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
374 375 376 |
# File 'sig/types.rbs', line 374 def segment_duration_seconds @segment_duration_seconds end |
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
375 376 377 |
# File 'sig/types.rbs', line 375 def stream_selection @stream_selection end |
#use_audio_rendition_group ⇒ Boolean
Returns the value of attribute use_audio_rendition_group.
376 377 378 |
# File 'sig/types.rbs', line 376 def use_audio_rendition_group @use_audio_rendition_group end |