public sealed class RenditionFilter : IMessage<RenditionFilter>, IEquatable<RenditionFilter>, IDeepCloneable<RenditionFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class RenditionFilter.
[[["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 webpage provides documentation for the `RenditionFilter` class within the Google Cloud Video Stitcher v1 API, covering its functionalities and usage."],["The `RenditionFilter` class is used for filtering video or muxed renditions, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the available versions of the API, ranging from 1.0.0 to the latest version, 3.3.0."],["`RenditionFilter` allows filtering based on properties like `BitrateBps` (bitrate in bits per second) and `Codecs`, ensuring matches only with the specified exact values."],["The class includes constructors to create a new `RenditionFilter` instance or to copy an existing one, using a `RenditionFilter` parameter named `other`."]]],[]]