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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiplexStatmuxVideoSettings.BuildermaximumBitrate(Integer maximumBitrate)Maximum statmux bitrate.MultiplexStatmuxVideoSettings.BuilderminimumBitrate(Integer minimumBitrate)Minimum statmux bitrate.MultiplexStatmuxVideoSettings.Builderpriority(Integer 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.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maximumBitrate
MultiplexStatmuxVideoSettings.Builder maximumBitrate(Integer 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
MultiplexStatmuxVideoSettings.Builder minimumBitrate(Integer 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
MultiplexStatmuxVideoSettings.Builder priority(Integer 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.
-
-