Class LiveEventTrackType

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

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

    • AUDIO

      public static final LiveEventTrackType AUDIO
      Static value audio for LiveEventTrackType.
    • VIDEO

      public static final LiveEventTrackType VIDEO
      Static value video for LiveEventTrackType.
  • Constructor Details

    • LiveEventTrackType

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

    • fromString

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

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