Google Cloud Video Transcoder V1beta1 Client - Class Overlay (0.10.0)

Reference documentation and code samples for the Google Cloud Video Transcoder V1beta1 Client class Overlay.

Overlay configuration.

Generated from protobuf message google.cloud.video.transcoder.v1beta1.Overlay

Namespace

Google \ Cloud \ Video \ Transcoder \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ image Google\Cloud\Video\Transcoder\V1beta1\Overlay\Image

Image overlay.

↳ animations array<Google\Cloud\Video\Transcoder\V1beta1\Overlay\Animation>

List of Animations. The list should be chronological, without any time overlap.

getImage

Image overlay.

Returns
TypeDescription
Google\Cloud\Video\Transcoder\V1beta1\Overlay\Image|null

hasImage

clearImage

setImage

Image overlay.

Parameter
NameDescription
var Google\Cloud\Video\Transcoder\V1beta1\Overlay\Image
Returns
TypeDescription
$this

getAnimations

List of Animations. The list should be chronological, without any time overlap.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAnimations

List of Animations. The list should be chronological, without any time overlap.

Parameter
NameDescription
var array<Google\Cloud\Video\Transcoder\V1beta1\Overlay\Animation>
Returns
TypeDescription
$this