Google Cloud Video Transcoder V1 Client - Class Overlay (1.4.0)

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

Overlay configuration.

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

Namespace

Google \ Cloud \ Video \ Transcoder \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ image Overlay\Image

Image overlay.

↳ animations array<Overlay\Animation>

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

getImage

Image overlay.

Returns
Type Description
Overlay\Image|null

hasImage

clearImage

setImage

Image overlay.

Parameter
Name Description
var Overlay\Image
Returns
Type Description
$this

getAnimations

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

Returns
Type Description
Google\Protobuf\RepeatedField<Overlay\Animation>

setAnimations

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

Parameter
Name Description
var array<Overlay\Animation>
Returns
Type Description
$this