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 | arrayOptional. Data for populating the Message object. | 
| ↳ animation_static | Google\Cloud\Video\Transcoder\V1\Overlay\AnimationStaticDisplay static overlay object. | 
| ↳ animation_fade | Google\Cloud\Video\Transcoder\V1\Overlay\AnimationFadeDisplay overlay object with fade animation. | 
| ↳ animation_end | Google\Cloud\Video\Transcoder\V1\Overlay\AnimationEndEnd previous animation. | 
getAnimationStatic
Display static overlay object.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Video\Transcoder\V1\Overlay\AnimationStatic|null | |
hasAnimationStatic
setAnimationStatic
Display static overlay object.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Video\Transcoder\V1\Overlay\AnimationStatic | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getAnimationFade
Display overlay object with fade animation.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Video\Transcoder\V1\Overlay\AnimationFade|null | |
hasAnimationFade
setAnimationFade
Display overlay object with fade animation.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Video\Transcoder\V1\Overlay\AnimationFade | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getAnimationEnd
End previous animation.
| Returns | |
|---|---|
| Type | Description | 
| Google\Cloud\Video\Transcoder\V1\Overlay\AnimationEnd|null | |
hasAnimationEnd
setAnimationEnd
End previous animation.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Cloud\Video\Transcoder\V1\Overlay\AnimationEnd | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getAnimationType
| Returns | |
|---|---|
| Type | Description | 
| string | |