Enum InputConfig.InputSwitchMode (0.20.0)

public enum InputConfig.InputSwitchMode extends Enum<InputConfig.InputSwitchMode> implements ProtocolMessageEnum

Input switch mode.

Protobuf enum google.cloud.video.livestream.v1.InputConfig.InputSwitchMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILOVER_PREFER_PRIMARY

Automatic failover is enabled. The primary input stream is always preferred over its backup input streams configured using the AutomaticFailover field.

FAILOVER_PREFER_PRIMARY = 1;

FAILOVER_PREFER_PRIMARY_VALUE

Automatic failover is enabled. The primary input stream is always preferred over its backup input streams configured using the AutomaticFailover field.

FAILOVER_PREFER_PRIMARY = 1;

INPUT_SWITCH_MODE_UNSPECIFIED

The input switch mode is not specified.

INPUT_SWITCH_MODE_UNSPECIFIED = 0;

INPUT_SWITCH_MODE_UNSPECIFIED_VALUE

The input switch mode is not specified.

INPUT_SWITCH_MODE_UNSPECIFIED = 0;

MANUAL

Automatic failover is disabled. You must use the inputSwitch event to switch the active input source for the channel to stream from. When this mode is chosen, the AutomaticFailover field is ignored.

MANUAL = 3;

MANUAL_VALUE

Automatic failover is disabled. You must use the inputSwitch event to switch the active input source for the channel to stream from. When this mode is chosen, the AutomaticFailover field is ignored.

MANUAL = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()