Class H264Complexity

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

public final class H264Complexity extends com.azure.core.util.ExpandableStringEnum<H264Complexity>
Tells the encoder how to choose its encoding settings. The default value is Balanced.
  • Field Details

    • SPEED

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

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

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

    • H264Complexity

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

    • fromString

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

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