Class Rotation
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Rotation>
com.azure.resourcemanager.mediaservices.models.Rotation
The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Rotation
Static value Auto for Rotation.static final Rotation
Static value None for Rotation.static final Rotation
Static value Rotate0 for Rotation.static final Rotation
Static value Rotate180 for Rotation.static final Rotation
Static value Rotate270 for Rotation.static final Rotation
Static value Rotate90 for Rotation. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Rotation
fromString
(String name) Creates or finds a Rotation from its string representation.static Collection<Rotation>
values()
Gets known Rotation values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUTO
Static value Auto for Rotation. -
NONE
Static value None for Rotation. -
ROTATE0
Static value Rotate0 for Rotation. -
ROTATE90
Static value Rotate90 for Rotation. -
ROTATE180
Static value Rotate180 for Rotation. -
ROTATE270
Static value Rotate270 for Rotation.
-
-
Constructor Details
-
Rotation
Deprecated.Use thefromString(String)
factory method.Creates a new instance of Rotation value.
-
-
Method Details
-
fromString
Creates or finds a Rotation from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding Rotation.
-
values
Gets known Rotation values.- Returns:
- known Rotation values.
-
fromString(String)
factory method.