Video Stitcher v1 API - Class ManifestOptions (3.1.0)

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.

Inheritance

object > ManifestOptions

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

ManifestOptions()

public ManifestOptions()

ManifestOptions(ManifestOptions)

public ManifestOptions(ManifestOptions other)
Parameter
NameDescription
otherManifestOptions

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
TypeDescription
ManifestOptionsTypesOrderPolicy

IncludeRenditions

public RepeatedField<RenditionFilter> IncludeRenditions { get; }

If specified, the output manifest will only return renditions matching the specified filters.

Property Value
TypeDescription
RepeatedFieldRenditionFilter