Live Stream v1 API - Class InputAttachment (1.1.0)

public sealed class InputAttachment : IMessage<InputAttachment>, IEquatable<InputAttachment>, IDeepCloneable<InputAttachment>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class InputAttachment.

A group of information for attaching an input resource to this channel.

Inheritance

Object > InputAttachment

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

InputAttachment()

public InputAttachment()

InputAttachment(InputAttachment)

public InputAttachment(InputAttachment other)
Parameter
NameDescription
otherInputAttachment

Properties

AutomaticFailover

public InputAttachment.Types.AutomaticFailover AutomaticFailover { get; set; }

Automatic failover configurations.

Property Value
TypeDescription
InputAttachment.Types.AutomaticFailover

Input

public string Input { get; set; }

The resource name of an existing input, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

Property Value
TypeDescription
String

InputAsInputName

public InputName InputAsInputName { get; set; }

InputName-typed view over the Input resource name property.

Property Value
TypeDescription
InputName

Key

public string Key { get; set; }

A unique key for this input attachment.

Property Value
TypeDescription
String