Automatic failover is enabled. The primary input stream is always
preferred over its backup input streams configured using the
[AutomaticFailover][google.cloud.video.livestream.v1.InputAttachment.AutomaticFailover]
field.
Manual
Automatic failover is disabled. You must use the
[inputSwitch][google.cloud.video.livestream.v1.Event.input_switch] event
to switch the active input source for the channel to stream from. When
this mode is chosen, the
[AutomaticFailover][google.cloud.video.livestream.v1.InputAttachment.AutomaticFailover]
field is ignored.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference documentation for the `InputConfig.Types.InputSwitchMode` enum within the Live Stream v1 API, specifically in the `Google.Cloud.Video.LiveStream.V1` namespace for .NET."],["The `InputSwitchMode` enum defines how the active input source for a live stream is managed, with options including `FailoverPreferPrimary`, `Manual`, and `Unspecified`."],["The `FailoverPreferPrimary` mode enables automatic failover, prioritizing the primary input stream over backups."],["The `Manual` mode disables automatic failover, requiring manual switching of input sources using the `inputSwitch` event."],["The latest version documented is 1.8.0, and the available versions range from 1.0.0 to the latest, all dealing with the same `InputConfig.Types.InputSwitchMode` enum."]]],[]]