Class: Aws::Types::HlsInputSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth::Integer

Returns the value of attribute bandwidth.

Returns:

  • (::Integer)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def bandwidth
  @bandwidth
end

#buffer_segments::Integer

Returns the value of attribute buffer_segments.

Returns:

  • (::Integer)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def buffer_segments
  @buffer_segments
end

#retries::Integer

Returns the value of attribute retries.

Returns:

  • (::Integer)


1603
1604
1605
# File 'sig/types.rbs', line 1603

def retries
  @retries
end

#retry_interval::Integer

Returns the value of attribute retry_interval.

Returns:

  • (::Integer)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def retry_interval
  @retry_interval
end

#scte_35_source"MANIFEST", "SEGMENTS"

Returns the value of attribute scte_35_source.

Returns:

  • ("MANIFEST", "SEGMENTS")


1605
1606
1607
# File 'sig/types.rbs', line 1605

def scte_35_source
  @scte_35_source
end