Google Cloud Video Stitcher V1 Client - Class RenditionFilter (0.9.1)

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

Filters for a video or muxed redition.

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

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ bitrate_bps int

Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.

↳ codecs string

Codecs for the rendition. If set, only renditions with the exact value will match.

getBitrateBps

Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.

Returns
Type Description
int

setBitrateBps

Bitrate in bits per second for the rendition. If set, only renditions with the exact bitrate will match.

Parameter
Name Description
var int
Returns
Type Description
$this

getCodecs

Codecs for the rendition. If set, only renditions with the exact value will match.

Returns
Type Description
string

setCodecs

Codecs for the rendition. If set, only renditions with the exact value will match.

Parameter
Name Description
var string
Returns
Type Description
$this