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 |
Google\Cloud\Video\Transcoder\V1\Overlay\Image
Image overlay. |
↳ animations |
array<Google\Cloud\Video\Transcoder\V1\Overlay\Animation>
List of Animations. The list should be chronological, without any time overlap. |
getImage
Image overlay.
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Transcoder\V1\Overlay\Image|null |
hasImage
clearImage
setImage
Image overlay.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Video\Transcoder\V1\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<Google\Cloud\Video\Transcoder\V1\Overlay\Animation>
|
Returns | |
---|---|
Type | Description |
$this |