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

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setBitrateBps

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getCodecs

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

Returns
TypeDescription
string

setCodecs

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this