AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.allowedRenditions(Collection<AllowedRenditionSize> allowedRenditions) |
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.allowedRenditions(Consumer<AllowedRenditionSize.Builder>... allowedRenditions) |
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list This is a convenience method that creates an instance of the
AllowedRenditionSize.Builder avoiding the need to
create one manually via
AllowedRenditionSize.builder().
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.allowedRenditions(AllowedRenditionSize... allowedRenditions) |
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list
|
static AutomatedAbrRule.Builder |
AutomatedAbrRule.builder() |
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.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
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.forceIncludeRenditions(Consumer<ForceIncludeRenditionSize.Builder>... forceIncludeRenditions) |
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.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 list
|
default AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minBottomRenditionSize(Consumer<MinBottomRenditionSize.Builder> minBottomRenditionSize) |
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minBottomRenditionSize(MinBottomRenditionSize minBottomRenditionSize) |
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
default AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minTopRenditionSize(Consumer<MinTopRenditionSize.Builder> minTopRenditionSize) |
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minTopRenditionSize(MinTopRenditionSize minTopRenditionSize) |
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.toBuilder() |
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.type(String type) |
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.type(RuleType type) |
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|