Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.VideoFillMode
-
Packages that use VideoFillMode Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of VideoFillMode in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return VideoFillMode Modifier and Type Method Description static VideoFillModeVideoFillMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VideoFillModeVideoFillMode. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoFillMode[]VideoFillMode. values()Returns an array containing the constants of this enum type, in the order they are declared.VideoFillModeGridConfiguration. videoFillMode()Defines how video content fits within the participant tile:FILL(stretched),COVER(cropped), orCONTAIN(letterboxed).VideoFillModePipConfiguration. videoFillMode()Defines how video content fits within the participant tile:FILL(stretched),COVER(cropped), orCONTAIN(letterboxed).Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type VideoFillMode Modifier and Type Method Description static Set<VideoFillMode>VideoFillMode. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type VideoFillMode Modifier and Type Method Description GridConfiguration.BuilderGridConfiguration.Builder. videoFillMode(VideoFillMode videoFillMode)Defines how video content fits within the participant tile:FILL(stretched),COVER(cropped), orCONTAIN(letterboxed).PipConfiguration.BuilderPipConfiguration.Builder. videoFillMode(VideoFillMode videoFillMode)Defines how video content fits within the participant tile:FILL(stretched),COVER(cropped), orCONTAIN(letterboxed).
-