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
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setIncludeRenditions

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

Parameter
Name Description
var array<Google\Cloud\Video\Stitcher\V1\RenditionFilter>
Returns
Type Description
$this

getBitrateOrder

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

Returns
Type Description
int

setBitrateOrder

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

Parameter
Name Description
var int
Returns
Type Description
$this