Class LiveEventStreamEventType

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

public final class LiveEventStreamEventType extends com.azure.core.util.ExpandableStringEnum<LiveEventStreamEventType>
The type of the stream event. Format: StreamEvent/{eventType}.
  • Field Details

    • STREAM_EVENT_BEGIN_INGEST

      public static final LiveEventStreamEventType STREAM_EVENT_BEGIN_INGEST
      Static value StreamEvent/BeginIngest for LiveEventStreamEventType.
    • STREAM_EVENT_END_INGEST

      public static final LiveEventStreamEventType STREAM_EVENT_END_INGEST
      Static value StreamEvent/EndIngest for LiveEventStreamEventType.
    • STREAM_EVENT_FIRST_CHUNK_RECEIVED

      public static final LiveEventStreamEventType STREAM_EVENT_FIRST_CHUNK_RECEIVED
      Static value StreamEvent/FirstChunkReceived for LiveEventStreamEventType.
    • STREAM_EVENT_CHUNK_DROPPED

      public static final LiveEventStreamEventType STREAM_EVENT_CHUNK_DROPPED
      Static value StreamEvent/ChunkDropped for LiveEventStreamEventType.
    • STREAM_EVENT_UNALIGNED_KEY_FRAMES

      public static final LiveEventStreamEventType STREAM_EVENT_UNALIGNED_KEY_FRAMES
      Static value StreamEvent/UnalignedKeyFrames for LiveEventStreamEventType.
    • STREAM_EVENT_UNALIGNED_PRESENTATION

      public static final LiveEventStreamEventType STREAM_EVENT_UNALIGNED_PRESENTATION
      Static value StreamEvent/UnalignedPresentation for LiveEventStreamEventType.
    • STREAM_EVENT_DISCONTINUITY

      public static final LiveEventStreamEventType STREAM_EVENT_DISCONTINUITY
      Static value StreamEvent/Discontinuity for LiveEventStreamEventType.
    • STREAM_EVENT_INVALID_CONNECTION

      public static final LiveEventStreamEventType STREAM_EVENT_INVALID_CONNECTION
      Static value StreamEvent/InvalidConnection for LiveEventStreamEventType.
  • Constructor Details

    • LiveEventStreamEventType

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

    • fromString

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

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