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.
Options for manifest generation.
Implements
IMessageManifestOptions, IEquatableManifestOptions, IDeepCloneableManifestOptions, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.StitcherV1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
ManifestOptions()
public ManifestOptions()
ManifestOptions(ManifestOptions)
public ManifestOptions(ManifestOptions other)
Parameter | |
---|---|
Name | Description |
other | ManifestOptions |
Properties
BitrateOrder
public ManifestOptions.Types.OrderPolicy BitrateOrder { get; set; }
If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.
Property Value | |
---|---|
Type | Description |
ManifestOptionsTypesOrderPolicy |
IncludeRenditions
public RepeatedField<RenditionFilter> IncludeRenditions { get; }
If specified, the output manifest will only return renditions matching the specified filters.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRenditionFilter |