Google Cloud Video Transcoder V1 Client - Class Animation (1.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ OverlayMethods
__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 |
|