Class OutputSelectorProperty

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

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

    • MEDIA_TYPE

      public static final OutputSelectorProperty MEDIA_TYPE
      Static value mediaType for OutputSelectorProperty.
  • Constructor Details

    • OutputSelectorProperty

      public OutputSelectorProperty()
  • Method Details

    • fromString

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

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