Class: Aws::Types::HlsPackage

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ad_markers"NONE", ...

Returns the value of attribute ad_markers.

Returns:



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.

Returns:



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.

Returns:



367
368
369
# File 'sig/types.rbs', line 367

def ads_on_delivery_restrictions
  @ads_on_delivery_restrictions
end

#encryptionTypes::HlsEncryption

Returns the value of attribute encryption.

Returns:



368
369
370
# File 'sig/types.rbs', line 368

def encryption
  @encryption
end

#include_dvb_subtitlesBoolean

Returns the value of attribute include_dvb_subtitles.

Returns:



369
370
371
# File 'sig/types.rbs', line 369

def include_dvb_subtitles
  @include_dvb_subtitles
end

#include_iframe_only_streamBoolean

Returns the value of attribute include_iframe_only_stream.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def segment_duration_seconds
  @segment_duration_seconds
end

#stream_selectionTypes::StreamSelection

Returns the value of attribute stream_selection.

Returns:



375
376
377
# File 'sig/types.rbs', line 375

def stream_selection
  @stream_selection
end

#use_audio_rendition_groupBoolean

Returns the value of attribute use_audio_rendition_group.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def use_audio_rendition_group
  @use_audio_rendition_group
end