public sealed class InputStreamProperty : IMessage<InputStreamProperty>, IEquatable<InputStreamProperty>, IDeepCloneable<InputStreamProperty>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class InputStreamProperty.
[[["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."],[[["This document provides reference information for the `InputStreamProperty` class within the Google Cloud Video Live Stream v1 API, specifically version 1.4.0, and lists versions up to the latest 1.8.0."],["`InputStreamProperty` is a class that details the properties of an input stream and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InputStreamProperty` class includes properties such as `AudioStreams`, a `RepeatedField` of `AudioStreamProperty`, and `VideoStreams`, a `RepeatedField` of `VideoStreamProperty`, to describe the characteristics of audio and video streams."],["It contains the `LastEstablishTime` property of type `Timestamp`, which records when an input stream was accepted and a connection was established."],["It lists the ability to construct `InputStreamProperty` objects, with or without passing another `InputStreamProperty` object."]]],[]]