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 Summary
Modifier and TypeFieldDescriptionstatic final LiveEventInputProtocol
Static value FragmentedMP4 for LiveEventInputProtocol.static final LiveEventInputProtocol
Static value RTMP for LiveEventInputProtocol. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LiveEventInputProtocol
fromString
(String name) Creates or finds a LiveEventInputProtocol from its string representation.static Collection<LiveEventInputProtocol>
values()
Gets known LiveEventInputProtocol values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
FRAGMENTED_MP4
Static value FragmentedMP4 for LiveEventInputProtocol. -
RTMP
Static value RTMP for LiveEventInputProtocol.
-
-
Constructor Details
-
LiveEventInputProtocol
Deprecated.Use thefromString(String)
factory method.Creates a new instance of LiveEventInputProtocol value.
-
-
Method Details
-
fromString
Creates or finds a LiveEventInputProtocol from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding LiveEventInputProtocol.
-
values
Gets known LiveEventInputProtocol values.- Returns:
- known LiveEventInputProtocol values.
-
fromString(String)
factory method.