Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class Slate.
Slate object
Generated from protobuf message google.cloud.video.stitcher.v1.Slate
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. The name of the slate, in the form of |
↳ uri |
string
The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track. |
↳ gam_slate |
Google\Cloud\Video\Stitcher\V1\Slate\GamSlate
gam_slate has all the GAM-related attributes of slates. |
getName
Output only. The name of the slate, in the form of
projects/{project_number}/locations/{location}/slates/{id}
.
Returns | |
---|---|
Type | Description |
string |
setName
Output only. The name of the slate, in the form of
projects/{project_number}/locations/{location}/slates/{id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUri
The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.
Returns | |
---|---|
Type | Description |
string |
setUri
The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGamSlate
gam_slate has all the GAM-related attributes of slates.
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\Slate\GamSlate|null |
hasGamSlate
clearGamSlate
setGamSlate
gam_slate has all the GAM-related attributes of slates.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Video\Stitcher\V1\Slate\GamSlate
|
Returns | |
---|---|
Type | Description |
$this |