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

#encryptionTypes::HlsEncryption

Returns the value of attribute encryption.



304
305
306
# File 'sig/types.rbs', line 304

def encryption
  @encryption
end

#hls_manifests::Array[Types::HlsManifest]

Returns the value of attribute hls_manifests.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def hls_manifests
  @hls_manifests
end

#include_dvb_subtitlesBoolean

Returns the value of attribute include_dvb_subtitles.

Returns:

  • (Boolean)


306
307
308
# File 'sig/types.rbs', line 306

def include_dvb_subtitles
  @include_dvb_subtitles
end

#segment_duration_seconds::Integer

Returns the value of attribute segment_duration_seconds.

Returns:

  • (::Integer)


307
308
309
# File 'sig/types.rbs', line 307

def segment_duration_seconds
  @segment_duration_seconds
end

#use_audio_rendition_groupBoolean

Returns the value of attribute use_audio_rendition_group.

Returns:

  • (Boolean)


308
309
310
# File 'sig/types.rbs', line 308

def use_audio_rendition_group
  @use_audio_rendition_group
end