Google Cloud Video Stitcher V1 Client - Class ManifestOptions (0.8.3)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ManifestOptions.

Options for manifest generation.

Generated from protobuf message google.cloud.video.stitcher.v1.ManifestOptions

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ include_renditions array<Google\Cloud\Video\Stitcher\V1\RenditionFilter>

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

↳ bitrate_order int

If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.

getIncludeRenditions

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIncludeRenditions

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

Parameter
NameDescription
var array<Google\Cloud\Video\Stitcher\V1\RenditionFilter>
Returns
TypeDescription
$this

getBitrateOrder

If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.

Returns
TypeDescription
int

setBitrateOrder

If specified, the output manifest will orders the video and muxed renditions by bitrate according to the ordering policy.

Parameter
NameDescription
var int
Returns
TypeDescription
$this