Class Mpeg4Profile

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Mpeg4Profile>
com.azure.media.videoanalyzer.edge.models.Mpeg4Profile

public final class Mpeg4Profile extends ExpandableStringEnum<Mpeg4Profile>
Defines values for Mpeg4Profile.
  • Field Details

    • SP

      public static final Mpeg4Profile SP
      Static value SP for Mpeg4Profile.
    • ASP

      public static final Mpeg4Profile ASP
      Static value ASP for Mpeg4Profile.
  • Constructor Details

    • Mpeg4Profile

      public Mpeg4Profile()
  • Method Details

    • fromString

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

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