Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.VideoAspectRatio
-
Packages that use VideoAspectRatio Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of VideoAspectRatio in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return VideoAspectRatio Modifier and Type Method Description static VideoAspectRatioVideoAspectRatio. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VideoAspectRatioVideoAspectRatio. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoAspectRatio[]VideoAspectRatio. values()Returns an array containing the constants of this enum type, in the order they are declared.VideoAspectRatioGridConfiguration. videoAspectRatio()Sets the non-featured participant display mode, to control the aspect ratio of video tiles.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type VideoAspectRatio Modifier and Type Method Description static Set<VideoAspectRatio>VideoAspectRatio. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type VideoAspectRatio Modifier and Type Method Description GridConfiguration.BuilderGridConfiguration.Builder. videoAspectRatio(VideoAspectRatio videoAspectRatio)Sets the non-featured participant display mode, to control the aspect ratio of video tiles.
-