Live Stream v1 API - Class Event.Types.InputSwitchTask (1.7.0)

public sealed class Event.Types.InputSwitchTask : IMessage<Event.Types.InputSwitchTask>, IEquatable<Event.Types.InputSwitchTask>, IDeepCloneable<Event.Types.InputSwitchTask>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class Event.Types.InputSwitchTask.

Switches to another input stream. Automatic failover is then disabled.

Inheritance

object > Event.Types.InputSwitchTask

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

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