Uses of Class
software.amazon.awssdk.services.medialive.model.IncludeFillerNalUnits
-
Packages that use IncludeFillerNalUnits Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of IncludeFillerNalUnits in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return IncludeFillerNalUnits Modifier and Type Method Description static IncludeFillerNalUnitsIncludeFillerNalUnits. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IncludeFillerNalUnitsRtmpGroupSettings. includeFillerNalUnits()Applies only when the rate control mode (in the codec settings) is CBR (constant bit rate).static IncludeFillerNalUnitsIncludeFillerNalUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static IncludeFillerNalUnits[]IncludeFillerNalUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type IncludeFillerNalUnits Modifier and Type Method Description static Set<IncludeFillerNalUnits>IncludeFillerNalUnits. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type IncludeFillerNalUnits Modifier and Type Method Description RtmpGroupSettings.BuilderRtmpGroupSettings.Builder. includeFillerNalUnits(IncludeFillerNalUnits includeFillerNalUnits)Applies only when the rate control mode (in the codec settings) is CBR (constant bit rate).
-