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-03-21 UTC."],[[["This documentation provides details for the `ManifestOptions` class within the Google Cloud Video Stitcher v1 API, specifically version 2.0.0."],["`ManifestOptions` is used for configuring how video manifests are generated, including ordering and filtering of renditions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `ManifestOptions` class offers two constructors: a default constructor and a copy constructor, which accepts another `ManifestOptions` object."],["The class has two properties that can be set, `BitrateOrder`, which allows you to specify how video renditions are ordered by bitrate, and `IncludeRenditions` which allows for filtering which renditions are included in the manifest."]]],[]]