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.
Implements
IMessageInputAttachment, IEquatableInputAttachment, IDeepCloneableInputAttachment, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
InputAttachment()
public InputAttachment()
InputAttachment(InputAttachment)
public InputAttachment(InputAttachment other)
Parameter | |
---|---|
Name | Description |
other |
InputAttachment |
Properties
AutomaticFailover
public InputAttachment.Types.AutomaticFailover AutomaticFailover { get; set; }
Automatic failover configurations.
Property Value | |
---|---|
Type | Description |
InputAttachmentTypesAutomaticFailover |
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 | |
---|---|
Type | Description |
string |
InputAsInputName
public InputName InputAsInputName { get; set; }
Property Value | |
---|---|
Type | Description |
InputName |
Key
public string Key { get; set; }
A unique key for this input attachment.
Property Value | |
---|---|
Type | Description |
string |