Class LiveEventInputProtocol

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

public final class LiveEventInputProtocol extends com.azure.core.util.ExpandableStringEnum<LiveEventInputProtocol>
The input protocol for the live event. This is specified at creation time and cannot be updated.
  • Field Details

    • FRAGMENTED_MP4

      public static final LiveEventInputProtocol FRAGMENTED_MP4
      Static value FragmentedMP4 for LiveEventInputProtocol.
    • RTMP

      public static final LiveEventInputProtocol RTMP
      Static value RTMP for LiveEventInputProtocol.
  • Constructor Details

    • LiveEventInputProtocol

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

    • fromString

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

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