Class LiveEventStreamEventMediaType

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

public final class LiveEventStreamEventMediaType extends com.azure.core.util.ExpandableStringEnum<LiveEventStreamEventMediaType>
Type of the track.
  • Field Details

  • Constructor Details

    • LiveEventStreamEventMediaType

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

    • fromString

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

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