Interface MultiplexStatmuxVideoSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MultiplexStatmuxVideoSettings.Builder,
,MultiplexStatmuxVideoSettings> SdkBuilder<MultiplexStatmuxVideoSettings.Builder,
,MultiplexStatmuxVideoSettings> SdkPojo
- Enclosing class:
MultiplexStatmuxVideoSettings
public static interface MultiplexStatmuxVideoSettings.Builder
extends SdkPojo, CopyableBuilder<MultiplexStatmuxVideoSettings.Builder,MultiplexStatmuxVideoSettings>
-
Method Summary
Modifier and TypeMethodDescriptionmaximumBitrate
(Integer maximumBitrate) Maximum statmux bitrate.minimumBitrate
(Integer minimumBitrate) Minimum statmux bitrate.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
maximumBitrate
Maximum statmux bitrate.- Parameters:
maximumBitrate
- Maximum statmux bitrate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumBitrate
Minimum statmux bitrate.- Parameters:
minimumBitrate
- Minimum statmux bitrate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
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.- Parameters:
priority
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-