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)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def audio_group_id
  @audio_group_id
end

#audio_only_container"AUTOMATIC", "M2TS"

Returns the value of attribute audio_only_container.

Returns:

  • ("AUTOMATIC", "M2TS")


1337
1338
1339
# File 'sig/types.rbs', line 1337

def audio_only_container
  @audio_only_container
end

#audio_rendition_sets::String

Returns the value of attribute audio_rendition_sets.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

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")


1339
1340
1341
# File 'sig/types.rbs', line 1339

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")


1340
1341
1342
# File 'sig/types.rbs', line 1340

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")


1341
1342
1343
# File 'sig/types.rbs', line 1341

def i_frame_only_manifest
  @i_frame_only_manifest
end

#segment_modifier::String

Returns the value of attribute segment_modifier.

Returns:

  • (::String)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def segment_modifier
  @segment_modifier
end