Uses of Class
software.amazon.awssdk.services.mediaconvert.model.ForceIncludeRenditionSize
-
Packages that use ForceIncludeRenditionSize Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of ForceIncludeRenditionSize in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type ForceIncludeRenditionSize Modifier and Type Method Description List<ForceIncludeRenditionSize>AutomatedAbrRule. forceIncludeRenditions()When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat one rendition to forceIncludeRenditions listMethods in software.amazon.awssdk.services.mediaconvert.model with parameters of type ForceIncludeRenditionSize Modifier and Type Method Description AutomatedAbrRule.BuilderAutomatedAbrRule.Builder. forceIncludeRenditions(ForceIncludeRenditionSize... forceIncludeRenditions)When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat one rendition to forceIncludeRenditions listMethod parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type ForceIncludeRenditionSize Modifier and Type Method Description AutomatedAbrRule.BuilderAutomatedAbrRule.Builder. forceIncludeRenditions(Collection<ForceIncludeRenditionSize> forceIncludeRenditions)When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat one rendition to forceIncludeRenditions list
-