ManifestOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Options for manifest generation.
Attributes |
|
---|---|
Name | Description |
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.