Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.PipPosition
-
Packages that use PipPosition Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of PipPosition in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return PipPosition Modifier and Type Method Description static PipPositionPipPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PipPositionPipConfiguration. pipPosition()Determines the corner position of the PiP window.static PipPositionPipPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static PipPosition[]PipPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type PipPosition Modifier and Type Method Description static Set<PipPosition>PipPosition. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type PipPosition Modifier and Type Method Description PipConfiguration.BuilderPipConfiguration.Builder. pipPosition(PipPosition pipPosition)Determines the corner position of the PiP window.
-