Class: Aws::Types::HlsSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_group_id::String

Returns the value of attribute audio_group_id.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def audio_group_id
  @audio_group_id
end

#audio_only_container"AUTOMATIC", "M2TS"

Returns the value of attribute audio_only_container.

Returns:

  • ("AUTOMATIC", "M2TS")


1316
1317
1318
# File 'sig/types.rbs', line 1316

def audio_only_container
  @audio_only_container
end

#audio_rendition_sets::String

Returns the value of attribute audio_rendition_sets.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def audio_rendition_sets
  @audio_rendition_sets
end

#audio_track_type"ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", ...

Returns the value of attribute audio_track_type.

Returns:

  • ("ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM")


1318
1319
1320
# File 'sig/types.rbs', line 1318

def audio_track_type
  @audio_track_type
end

#descriptive_video_service_flag"DONT_FLAG", "FLAG"

Returns the value of attribute descriptive_video_service_flag.

Returns:

  • ("DONT_FLAG", "FLAG")


1319
1320
1321
# File 'sig/types.rbs', line 1319

def descriptive_video_service_flag
  @descriptive_video_service_flag
end

#i_frame_only_manifest"INCLUDE", ...

Returns the value of attribute i_frame_only_manifest.

Returns:

  • ("INCLUDE", "INCLUDE_AS_TS", "EXCLUDE")


1320
1321
1322
# File 'sig/types.rbs', line 1320

def i_frame_only_manifest
  @i_frame_only_manifest
end

#segment_modifier::String

Returns the value of attribute segment_modifier.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def segment_modifier
  @segment_modifier
end