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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `InputAttachment` class in the Google.Cloud.Video.LiveStream.V1 namespace allows attaching an input resource to a live stream channel."],["Version 1.8.0 is the latest version, with versions ranging back to 1.0.0 also available within the documentation."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities like cloning and buffer management."],["Key properties of `InputAttachment` include `AutomaticFailover`, `Input`, `InputAsInputName`, and `Key`, which manage failover configurations, input resource name, a typed version of the input resource name, and a unique identifier for the attachment, respectively."],["There are two constructors available for `InputAttachment`, a default constructor and one that accepts another `InputAttachment` instance to create a new instance based on the existing one."]]],[]]