Live Stream v1 API - Class InputConfig (1.3.0)

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.

Inheritance

object > InputConfig

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

InputConfig()

public InputConfig()

InputConfig(InputConfig)

public InputConfig(InputConfig other)
Parameter
NameDescription
otherInputConfig

Properties

InputSwitchMode

public InputConfig.Types.InputSwitchMode InputSwitchMode { get; set; }

Input switch mode. Default mode is FAILOVER_PREFER_PRIMARY.

Property Value
TypeDescription
InputConfigTypesInputSwitchMode