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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eRenditionFilter\u003c/code\u003e class within the Google Cloud Video Stitcher v1 API, covering its functionalities and usage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRenditionFilter\u003c/code\u003e class is used for filtering video or muxed renditions, and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe document outlines the available versions of the API, ranging from 1.0.0 to the latest version, 3.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRenditionFilter\u003c/code\u003e allows filtering based on properties like \u003ccode\u003eBitrateBps\u003c/code\u003e (bitrate in bits per second) and \u003ccode\u003eCodecs\u003c/code\u003e, ensuring matches only with the specified exact values.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors to create a new \u003ccode\u003eRenditionFilter\u003c/code\u003e instance or to copy an existing one, using a \u003ccode\u003eRenditionFilter\u003c/code\u003e parameter named \u003ccode\u003eother\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Video Stitcher v1 API - Class RenditionFilter (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.RenditionFilter)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.2.0/Google.Cloud.Video.Stitcher.V1.RenditionFilter)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.1.0/Google.Cloud.Video.Stitcher.V1.RenditionFilter)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.0.0/Google.Cloud.Video.Stitcher.V1.RenditionFilter)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/2.0.0/Google.Cloud.Video.Stitcher.V1.RenditionFilter)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.1.0/Google.Cloud.Video.Stitcher.V1.RenditionFilter)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.0.0/Google.Cloud.Video.Stitcher.V1.RenditionFilter) \n\n public sealed class RenditionFilter : IMessage\u003cRenditionFilter\u003e, IEquatable\u003cRenditionFilter\u003e, IDeepCloneable\u003cRenditionFilter\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Video Stitcher v1 API class RenditionFilter.\n\nFilters for a video or muxed redition. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RenditionFilter \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RenditionFilter](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.RenditionFilter), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RenditionFilter](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.RenditionFilter), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RenditionFilter](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.RenditionFilter), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Video.Stitcher.V1](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.Stitcher.V1.dll\n\nConstructors\n------------\n\n### RenditionFilter()\n\n public RenditionFilter()\n\n### RenditionFilter(RenditionFilter)\n\n public RenditionFilter(RenditionFilter other)\n\nProperties\n----------\n\n### BitrateBps\n\n public int BitrateBps { get; set; }\n\nBitrate in bits per second for the rendition. If set, only renditions with\nthe exact bitrate will match.\n\n### Codecs\n\n public string Codecs { get; set; }\n\nCodecs for the rendition. If set, only renditions with the exact value\nwill match."]]