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

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\Internal\RepeatedField

setAnimations

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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.