Class H264VideoProfile

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

public final class H264VideoProfile extends com.azure.core.util.ExpandableStringEnum<H264VideoProfile>
We currently support Baseline, Main, High, High422, High444. Default is Auto.
  • Field Details

    • AUTO

      public static final H264VideoProfile AUTO
      Static value Auto for H264VideoProfile.
    • BASELINE

      public static final H264VideoProfile BASELINE
      Static value Baseline for H264VideoProfile.
    • MAIN

      public static final H264VideoProfile MAIN
      Static value Main for H264VideoProfile.
    • HIGH

      public static final H264VideoProfile HIGH
      Static value High for H264VideoProfile.
    • HIGH422

      public static final H264VideoProfile HIGH422
      Static value High422 for H264VideoProfile.
    • HIGH444

      public static final H264VideoProfile HIGH444
      Static value High444 for H264VideoProfile.
  • Constructor Details

    • H264VideoProfile

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

    • fromString

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

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