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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ animation_static Google\Cloud\Video\Transcoder\V1\Overlay\AnimationStatic

Display static overlay object.

↳ animation_fade Google\Cloud\Video\Transcoder\V1\Overlay\AnimationFade

Display overlay object with fade animation.

↳ animation_end Google\Cloud\Video\Transcoder\V1\Overlay\AnimationEnd

End previous animation.

getAnimationStatic

Display static overlay object.

Returns
TypeDescription
Google\Cloud\Video\Transcoder\V1\Overlay\AnimationStatic|null

hasAnimationStatic

setAnimationStatic

Display static overlay object.

Parameter
NameDescription
var Google\Cloud\Video\Transcoder\V1\Overlay\AnimationStatic
Returns
TypeDescription
$this

getAnimationFade

Display overlay object with fade animation.

Returns
TypeDescription
Google\Cloud\Video\Transcoder\V1\Overlay\AnimationFade|null

hasAnimationFade

setAnimationFade

Display overlay object with fade animation.

Parameter
NameDescription
var Google\Cloud\Video\Transcoder\V1\Overlay\AnimationFade
Returns
TypeDescription
$this

getAnimationEnd

End previous animation.

Returns
TypeDescription
Google\Cloud\Video\Transcoder\V1\Overlay\AnimationEnd|null

hasAnimationEnd

setAnimationEnd

End previous animation.

Parameter
NameDescription
var Google\Cloud\Video\Transcoder\V1\Overlay\AnimationEnd
Returns
TypeDescription
$this

getAnimationType

Returns
TypeDescription
string