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

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

Animation types.

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

Namespace

Google \ Cloud \ Video \ Transcoder \ V1 \ Overlay

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ animation_static AnimationStatic

Display static overlay object.

↳ animation_fade AnimationFade

Display overlay object with fade animation.

↳ animation_end AnimationEnd

End previous animation.

getAnimationStatic

Display static overlay object.

Returns
Type Description
AnimationStatic|null

hasAnimationStatic

setAnimationStatic

Display static overlay object.

Parameter
Name Description
var AnimationStatic
Returns
Type Description
$this

getAnimationFade

Display overlay object with fade animation.

Returns
Type Description
AnimationFade|null

hasAnimationFade

setAnimationFade

Display overlay object with fade animation.

Parameter
Name Description
var AnimationFade
Returns
Type Description
$this

getAnimationEnd

End previous animation.

Returns
Type Description
AnimationEnd|null

hasAnimationEnd

setAnimationEnd

End previous animation.

Parameter
Name Description
var AnimationEnd
Returns
Type Description
$this

getAnimationType

Returns
Type Description
string

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.