Partajați prin


LiveEventInputProtocol Class

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 LiveEventInputProtocol FRAGMENTED_MP4

Static value FragmentedMP4 for LiveEventInputProtocol.

static final LiveEventInputProtocol RTMP

Static value RTMP for LiveEventInputProtocol.

Constructor Summary

Constructor Description
LiveEventInputProtocol()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LiveEventInputProtocol value.

Method Summary

Modifier and Type Method and Description
static LiveEventInputProtocol fromString(String name)

Creates or finds a LiveEventInputProtocol from its string representation.

static Collection<LiveEventInputProtocol> values()

Gets known LiveEventInputProtocol values.

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

Use the fromString(String name) 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.

Applies to