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

public final class EntropyMode extends com.azure.core.util.ExpandableStringEnum<EntropyMode>
The entropy mode to be used for this layer. If not specified, the encoder chooses the mode that is appropriate for the profile and level.
  • Field Details

    • CABAC

      public static final EntropyMode CABAC
      Static value Cabac for EntropyMode.
    • CAVLC

      public static final EntropyMode CAVLC
      Static value Cavlc for EntropyMode.
  • Constructor Details

    • EntropyMode

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

    • fromString

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

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