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

public final class Complexity extends com.azure.core.util.ExpandableStringEnum<Complexity>
Allows you to configure the encoder settings to control the balance between speed and quality. Example: set Complexity as Speed for faster encoding but less compression efficiency.
  • Field Details

    • SPEED

      public static final Complexity SPEED
      Static value Speed for Complexity.
    • BALANCED

      public static final Complexity BALANCED
      Static value Balanced for Complexity.
    • QUALITY

      public static final Complexity QUALITY
      Static value Quality for Complexity.
  • Constructor Details

  • Method Details

    • fromString

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

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