Google Cloud Video Transcoder V1 Client - Class Overlay (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 Overlay.
Overlay configuration.
Generated from protobuf message google.cloud.video.transcoder.v1.Overlay
Namespace
Google \ Cloud \ Video \ Transcoder \ V1Methods
__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 |
|