Google Cloud Video Stitcher V1 Client - Class Slate (0.8.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The name of the slate, in the form of projects/{project_number}/locations/{location}/slates/{id}.

↳ 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
TypeDescription
string

setName

Output only. The name of the slate, in the form of projects/{project_number}/locations/{location}/slates/{id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getGamSlate

gam_slate has all the GAM-related attributes of slates.

Returns
TypeDescription
Google\Cloud\Video\Stitcher\V1\Slate\GamSlate|null

hasGamSlate

clearGamSlate

setGamSlate

gam_slate has all the GAM-related attributes of slates.

Parameter
NameDescription
var Google\Cloud\Video\Stitcher\V1\Slate\GamSlate
Returns
TypeDescription
$this