public sealed class VideoStreamProperty : IMessage<VideoStreamProperty>, IEquatable<VideoStreamProperty>, IDeepCloneable<VideoStreamProperty>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class VideoStreamProperty.
[[["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 documentation for the `VideoStreamProperty` class within the Google Cloud Video Live Stream v1 API."],["The latest version of the documentation is for version 1.8.0, while this document focuses on version 1.1.0 of the `VideoStreamProperty` class."],["`VideoStreamProperty` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties: `Index`, an integer representing the index of the video stream, and `VideoFormat`, which holds the video format properties."],["There are two constructors available: a default constructor `VideoStreamProperty()` and an overloaded constructor `VideoStreamProperty(VideoStreamProperty other)` that accepts another `VideoStreamProperty` as a parameter."]]],[]]