public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class InputConfig.
Configuration for the input sources of a channel.
Implements
IMessageInputConfig, IEquatableInputConfig, IDeepCloneableInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
InputConfig()
public InputConfig()
InputConfig(InputConfig)
public InputConfig(InputConfig other)
Parameter | |
---|---|
Name | Description |
other | InputConfig |
Properties
InputSwitchMode
public InputConfig.Types.InputSwitchMode InputSwitchMode { get; set; }
Input switch mode. Default mode is FAILOVER_PREFER_PRIMARY
.
Property Value | |
---|---|
Type | Description |
InputConfigTypesInputSwitchMode |