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 document provides reference information for the `RenditionFilter` class within the Google Cloud Video Stitcher v1 API, specifically version 3.1.0."],["The `RenditionFilter` class is used to apply filters to video or muxed renditions and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document contains the assembly name and the namespace, with a list of available versions of `RenditionFilter` to use in your project."],["The `RenditionFilter` class has properties such as `BitrateBps` (an integer) and `Codecs` (a string), which are used to filter renditions based on specific bitrate and codec values, respectively."],["There are two constructors for the `RenditionFilter` class, one being the default and the other taking a `RenditionFilter` as a parameter."]]],[]]