Class: Aws::Types::HlsManifest

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:

  • ("NONE", "SCTE35_ENHANCED", "PASSTHROUGH")


294
295
296
# File 'sig/types.rbs', line 294

def ad_markers
  @ad_markers
end

#include_iframe_only_streamBoolean

Returns the value of attribute include_iframe_only_stream.

Returns:

  • (Boolean)


295
296
297
# File 'sig/types.rbs', line 295

def include_iframe_only_stream
  @include_iframe_only_stream
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def manifest_name
  @manifest_name
end

#program_date_time_interval_seconds::Integer

Returns the value of attribute program_date_time_interval_seconds.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def program_date_time_interval_seconds
  @program_date_time_interval_seconds
end

#repeat_ext_x_keyBoolean

Returns the value of attribute repeat_ext_x_key.

Returns:

  • (Boolean)


298
299
300
# File 'sig/types.rbs', line 298

def repeat_ext_x_key
  @repeat_ext_x_key
end

#stream_selectionTypes::StreamSelection

Returns the value of attribute stream_selection.



299
300
301
# File 'sig/types.rbs', line 299

def stream_selection
  @stream_selection
end