public sealed class ManifestOptions : IMessage<ManifestOptions>, IEquatable<ManifestOptions>, IDeepCloneable<ManifestOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class ManifestOptions.
[[["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\u003eThe \u003ccode\u003eManifestOptions\u003c/code\u003e class in the Google Cloud Video Stitcher v1 API provides options for customizing manifest generation.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows for ordering video and muxed renditions by bitrate using the \u003ccode\u003eBitrateOrder\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIncludeRenditions\u003c/code\u003e property filters the output manifest to only include specific renditions.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eManifestOptions\u003c/code\u003e class is 3.3.0, with versions ranging from 1.0.0 to 3.3.0 available in the documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eManifestOptions\u003c/code\u003e class implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering a range of functionalities.\u003c/p\u003e\n"]]],[],null,["# Video Stitcher v1 API - Class ManifestOptions (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.ManifestOptions)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.2.0/Google.Cloud.Video.Stitcher.V1.ManifestOptions)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.1.0/Google.Cloud.Video.Stitcher.V1.ManifestOptions)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.0.0/Google.Cloud.Video.Stitcher.V1.ManifestOptions)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/2.0.0/Google.Cloud.Video.Stitcher.V1.ManifestOptions)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.1.0/Google.Cloud.Video.Stitcher.V1.ManifestOptions)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.0.0/Google.Cloud.Video.Stitcher.V1.ManifestOptions) \n\n public sealed class ManifestOptions : IMessage\u003cManifestOptions\u003e, IEquatable\u003cManifestOptions\u003e, IDeepCloneable\u003cManifestOptions\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Video Stitcher v1 API class ManifestOptions.\n\nOptions for manifest generation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ManifestOptions \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ManifestOptions](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.ManifestOptions), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ManifestOptions](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.ManifestOptions), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ManifestOptions](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.ManifestOptions), [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### ManifestOptions()\n\n public ManifestOptions()\n\n### ManifestOptions(ManifestOptions)\n\n public ManifestOptions(ManifestOptions other)\n\nProperties\n----------\n\n### BitrateOrder\n\n public ManifestOptions.Types.OrderPolicy BitrateOrder { get; set; }\n\nIf specified, the output manifest will orders the video and muxed\nrenditions by bitrate according to the ordering policy.\n\n### IncludeRenditions\n\n public RepeatedField\u003cRenditionFilter\u003e IncludeRenditions { get; }\n\nIf specified, the output manifest will only return renditions matching the\nspecified filters."]]