Class H265VideoProfile

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

public final class H265VideoProfile extends com.azure.core.util.ExpandableStringEnum<H265VideoProfile>
We currently support Main. Default is Auto.
  • Field Details

    • AUTO

      public static final H265VideoProfile AUTO
      Static value Auto for H265VideoProfile.
    • MAIN

      public static final H265VideoProfile MAIN
      Static value Main for H265VideoProfile.
    • MAIN10

      public static final H265VideoProfile MAIN10
      Static value Main10 for H265VideoProfile.
  • Constructor Details

    • H265VideoProfile

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

    • fromString

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

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