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."],[[["The latest version of the `VideoStreamProperty` class in the Live Stream v1 API is 1.8.0, with previous versions available from 1.0.0 to 1.7.0."],["`VideoStreamProperty` is a class that contains properties of a video stream, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `VideoStreamProperty` class includes properties such as `Index`, which represents the index of the video stream, and `VideoFormat`, which describes the properties of the video format."],["Constructors are available for the `VideoStreamProperty` class, including a default constructor and one that takes another `VideoStreamProperty` object as a parameter for cloning."]]],[]]