Class H265Complexity

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

public final class H265Complexity extends com.azure.core.util.ExpandableStringEnum<H265Complexity>
Tells the encoder how to choose its encoding settings. Quality will provide for a higher compression ratio but at a higher cost and longer compute time. Speed will produce a relatively larger file but is faster and more economical. The default value is Balanced.
  • Field Details

    • SPEED

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

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

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

    • H265Complexity

      @Deprecated public H265Complexity()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of H265Complexity value.
  • Method Details

    • fromString

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

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