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 document provides reference documentation for the `ManifestOptions` class within the Google Cloud Video Stitcher v1 API, specifically version 1.1.0, and covers the options for manifest generation."],["`ManifestOptions` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class offers two constructors: a default constructor, `ManifestOptions()`, and a copy constructor, `ManifestOptions(ManifestOptions other)`, to create new objects based on existing `ManifestOptions` instances."],["The class includes two properties, `BitrateOrder`, which defines the ordering of video renditions based on bitrate, and `IncludeRenditions`, which filters the renditions included in the output manifest."],["The documentation also lists previous versions of the Google Cloud Video Stitcher v1 API with their respective documentation."]]],[]]