Class: Aws::Types::HlsImageBasedTrickPlayVariant

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interval_cadence"FOLLOW_IFRAME", ...

Returns the value of attribute interval_cadence.

Returns:

  • ("FOLLOW_IFRAME", "FOLLOW_CUSTOM", "FOLLOW_SEGMENTATION")


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

def interval_cadence
  @interval_cadence
end

#thumbnail_height::Integer

Returns the value of attribute thumbnail_height.

Returns:

  • (::Integer)


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

def thumbnail_height
  @thumbnail_height
end

#thumbnail_interval::Float

Returns the value of attribute thumbnail_interval.

Returns:

  • (::Float)


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

def thumbnail_interval
  @thumbnail_interval
end

#thumbnail_width::Integer

Returns the value of attribute thumbnail_width.

Returns:

  • (::Integer)


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

def thumbnail_width
  @thumbnail_width
end

#tile_height::Integer

Returns the value of attribute tile_height.

Returns:

  • (::Integer)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def tile_height
  @tile_height
end

#tile_width::Integer

Returns the value of attribute tile_width.

Returns:

  • (::Integer)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def tile_width
  @tile_width
end