Class: Aws::Types::MultiplexStatmuxVideoSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#maximum_bitrate::Integer

Returns the value of attribute maximum_bitrate.

Returns:

  • (::Integer)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def maximum_bitrate
  @maximum_bitrate
end

#minimum_bitrate::Integer

Returns the value of attribute minimum_bitrate.

Returns:

  • (::Integer)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def minimum_bitrate
  @minimum_bitrate
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2501
2502
2503
# File 'sig/types.rbs', line 2501

def priority
  @priority
end