LiveEventInputProtocol Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mediaservices. models. LiveEventInputProtocol
- com.
- com.
public final class LiveEventInputProtocol
extends ExpandableStringEnum<LiveEventInputProtocol>
The input protocol for the live event. This is specified at creation time and cannot be updated.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Live |
FRAGMENTED_MP4
Static value FragmentedMP4 for Live |
|
static final
Live |
RTMP
Static value RTMP for Live |
Constructor Summary
| Constructor | Description |
|---|---|
| LiveEventInputProtocol() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Live |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Live |
fromString(String name)
Creates or finds a Live |
|
static
Collection<Live |
values()
Gets known Live |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
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
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:
Returns:
values
public static Collection<LiveEventInputProtocol> values()
Gets known LiveEventInputProtocol values.
Returns: