Class: Aws::MediaLive::Types::MultiplexStatmuxVideoSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MultiplexStatmuxVideoSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Statmux rate control settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maximum_bitrate ⇒ Integer
Maximum statmux bitrate.
-
#minimum_bitrate ⇒ Integer
Minimum statmux bitrate.
-
#priority ⇒ Integer
The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others.
Instance Attribute Details
#maximum_bitrate ⇒ Integer
Maximum statmux bitrate.
9728 9729 9730 9731 9732 9733 9734 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9728 class MultiplexStatmuxVideoSettings < Struct.new( :maximum_bitrate, :minimum_bitrate, :priority) SENSITIVE = [] include Aws::Structure end |
#minimum_bitrate ⇒ Integer
Minimum statmux bitrate.
9728 9729 9730 9731 9732 9733 9734 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9728 class MultiplexStatmuxVideoSettings < Struct.new( :maximum_bitrate, :minimum_bitrate, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others. Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
9728 9729 9730 9731 9732 9733 9734 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9728 class MultiplexStatmuxVideoSettings < Struct.new( :maximum_bitrate, :minimum_bitrate, :priority) SENSITIVE = [] include Aws::Structure end |