public sealed class Event.Types.InputSwitchTask : IMessage<Event.Types.InputSwitchTask>, IEquatable<Event.Types.InputSwitchTask>, IDeepCloneable<Event.Types.InputSwitchTask>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class Event.Types.InputSwitchTask.
Switches to another input stream. Automatic failover is then disabled.
Implements
IMessageEventTypesInputSwitchTask, IEquatableEventTypesInputSwitchTask, IDeepCloneableEventTypesInputSwitchTask, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.LiveStreamV1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
InputSwitchTask()
public InputSwitchTask()InputSwitchTask(InputSwitchTask)
public InputSwitchTask(Event.Types.InputSwitchTask other)| Parameter | |
|---|---|
| Name | Description |
other |
EventTypesInputSwitchTask |
Properties
InputKey
public string InputKey { get; set; }The [InputAttachment.key][google.cloud.video.livestream.v1.InputAttachment.key] of the input to switch to.
| Property Value | |
|---|---|
| Type | Description |
string |
|