java.lang.Object
com.azure.core.util.ExpandableStringEnum<Rotation>
com.azure.resourcemanager.mediaservices.models.Rotation

public final class Rotation extends com.azure.core.util.ExpandableStringEnum<Rotation>
The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto.
  • Field Details

    • AUTO

      public static final Rotation AUTO
      Static value Auto for Rotation.
    • NONE

      public static final Rotation NONE
      Static value None for Rotation.
    • ROTATE0

      public static final Rotation ROTATE0
      Static value Rotate0 for Rotation.
    • ROTATE90

      public static final Rotation ROTATE90
      Static value Rotate90 for Rotation.
    • ROTATE180

      public static final Rotation ROTATE180
      Static value Rotate180 for Rotation.
    • ROTATE270

      public static final Rotation ROTATE270
      Static value Rotate270 for Rotation.
  • Constructor Details

  • Method Details

    • fromString

      public static Rotation fromString(String name)
      Creates or finds a Rotation from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding Rotation.
    • values

      public static Collection<Rotation> values()
      Gets known Rotation values.
      Returns:
      known Rotation values.