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"]],[["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-04-08 UTC."],[[["This document provides reference documentation for the `ManifestOptions` class within the Google Cloud Video Stitcher v1 API, specifically version 3.2.0."],["The `ManifestOptions` class is used to configure manifest generation and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document lists all available versions of the API, ranging from the latest 3.3.0 down to 1.0.0, and all of which are navigable links."],["`ManifestOptions` has two constructors: a default constructor `ManifestOptions()` and an overloaded constructor `ManifestOptions(ManifestOptions other)` that accepts another instance of itself as a parameter."],["The `ManifestOptions` class has two properties, `BitrateOrder` which controls the ordering policy of video renditions by bitrate, and `IncludeRenditions`, which filters the renditions included in the output manifest."]]],[]]