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 page provides reference documentation for the `InputStreamProperty` class within the Google Cloud Video Live Stream v1 API, specifically version 1.2.0, and details properties of the input stream."],["`InputStreamProperty` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing methods such as `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors: a default constructor (`InputStreamProperty()`) and one that copies from another `InputStreamProperty` instance (`InputStreamProperty(InputStreamProperty other)`), with the other instance being the only parameter."],["The `InputStreamProperty` class includes properties to access audio stream properties via `AudioStreams` of type `RepeatedField\u003cAudioStreamProperty\u003e`, video stream properties via `VideoStreams` of type `RepeatedField\u003cVideoStreamProperty\u003e`, and the timestamp of the last connection establishment via `LastEstablishTime`."],["Version 1.8.0 is the latest version of the API, with several preceding versions listed, starting from 1.0.0, all the way up to 1.7.0, where each link allows access to the documentation for the given version."]]],[]]