LiveEventEncodingType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mediaservices. models. LiveEventEncodingType
- com.
- com.
public final class LiveEventEncodingType
extends ExpandableStringEnum<LiveEventEncodingType>
Live event type. When encodingType is set to PassthroughBasic or PassthroughStandard, the service simply passes through the incoming video and audio layer(s) to the output. When encodingType is set to Standard or Premium1080p, a live encoder transcodes the incoming stream into multiple bitrates or layers. See https://go.microsoft.com/fwlink/?linkid=2095101 for more information. This property cannot be modified after the live event is created.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Live |
NONE
Static value None for Live |
|
static final
Live |
PASSTHROUGH_BASIC
Static value Passthrough |
|
static final
Live |
PASSTHROUGH_STANDARD
Static value Passthrough |
|
static final
Live |
PREMIUM1080P
Static value Premium1080p for Live |
|
static final
Live |
STANDARD
Static value Standard for Live |
Constructor Summary
| Constructor | Description |
|---|---|
| LiveEventEncodingType() |
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
NONE
public static final LiveEventEncodingType NONE
Static value None for LiveEventEncodingType.
PASSTHROUGH_BASIC
public static final LiveEventEncodingType PASSTHROUGH_BASIC
Static value PassthroughBasic for LiveEventEncodingType.
PASSTHROUGH_STANDARD
public static final LiveEventEncodingType PASSTHROUGH_STANDARD
Static value PassthroughStandard for LiveEventEncodingType.
PREMIUM1080P
public static final LiveEventEncodingType PREMIUM1080P
Static value Premium1080p for LiveEventEncodingType.
STANDARD
public static final LiveEventEncodingType STANDARD
Static value Standard for LiveEventEncodingType.
Constructor Details
LiveEventEncodingType
@Deprecated
public LiveEventEncodingType()
Deprecated
Creates a new instance of LiveEventEncodingType value.
Method Details
fromString
public static LiveEventEncodingType fromString(String name)
Creates or finds a LiveEventEncodingType from its string representation.
Parameters:
Returns:
values
public static Collection<LiveEventEncodingType> values()
Gets known LiveEventEncodingType values.
Returns: