Uses of Class
software.amazon.awssdk.services.medialive.model.H265TilePadding
-
Packages that use H265TilePadding Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of H265TilePadding in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return H265TilePadding Modifier and Type Method Description static H265TilePaddingH265TilePadding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.H265TilePaddingH265Settings. tilePadding()Set to "padded" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size.static H265TilePaddingH265TilePadding. valueOf(String name)Returns the enum constant of this type with the specified name.static H265TilePadding[]H265TilePadding. 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 H265TilePadding Modifier and Type Method Description static Set<H265TilePadding>H265TilePadding. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type H265TilePadding Modifier and Type Method Description H265Settings.BuilderH265Settings.Builder. tilePadding(H265TilePadding tilePadding)Set to "padded" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size.
-