Live Stream V1 API - Module Google::Cloud::Video::LiveStream::V1::InputConfig::InputSwitchMode (v0.9.0)

Reference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::InputConfig::InputSwitchMode.

Input switch mode.

Constants

INPUT_SWITCH_MODE_UNSPECIFIED

value: 0
The input switch mode is not specified.

FAILOVER_PREFER_PRIMARY

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

MANUAL

value: 3
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.