Class ManifestOptions (0.7.8)

ManifestOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Options for manifest generation.

Attributes

NameDescription
include_renditions MutableSequence[google.cloud.video.stitcher_v1.types.RenditionFilter]
If specified, the output manifest will only return renditions matching the specified filters.
bitrate_order google.cloud.video.stitcher_v1.types.ManifestOptions.OrderPolicy
If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.

Classes

OrderPolicy

OrderPolicy(value)

Defines the ordering policy during manifest generation.

Values: ORDER_POLICY_UNSPECIFIED (0): Ordering policy is not specified. ASCENDING (1): Order by ascending. DESCENDING (2): Order by descending.