Class MultiplexStatmuxVideoSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.MultiplexStatmuxVideoSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MultiplexStatmuxVideoSettings.Builder,MultiplexStatmuxVideoSettings>
@Generated("software.amazon.awssdk:codegen") public final class MultiplexStatmuxVideoSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MultiplexStatmuxVideoSettings.Builder,MultiplexStatmuxVideoSettings>
Statmux rate control settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMultiplexStatmuxVideoSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MultiplexStatmuxVideoSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaximumBitrate()Maximum statmux bitrate.IntegerminimumBitrate()Minimum statmux bitrate.Integerpriority()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.List<SdkField<?>>sdkFields()static Class<? extends MultiplexStatmuxVideoSettings.Builder>serializableBuilderClass()MultiplexStatmuxVideoSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maximumBitrate
public final Integer maximumBitrate()
Maximum statmux bitrate.- Returns:
- Maximum statmux bitrate.
-
minimumBitrate
public final Integer minimumBitrate()
Minimum statmux bitrate.- Returns:
- Minimum statmux bitrate.
-
priority
public final 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.- Returns:
- 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.
-
toBuilder
public MultiplexStatmuxVideoSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MultiplexStatmuxVideoSettings.Builder,MultiplexStatmuxVideoSettings>
-
builder
public static MultiplexStatmuxVideoSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends MultiplexStatmuxVideoSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-