public sealed class Slate : IMessage<Slate>, IEquatable<Slate>, IDeepCloneable<Slate>, IBufferMessage, IMessageReference documentation and code samples for the Video Stitcher v1 API class Slate.
Slate object
Namespace
Google.Cloud.Video.Stitcher.V1Assembly
Google.Cloud.Video.Stitcher.V1.dll
Constructors
Slate()
public Slate()Slate(Slate)
public Slate(Slate other)| Parameter | |
|---|---|
| Name | Description |
other |
Slate |
Properties
GamSlate
public Slate.Types.GamSlate GamSlate { get; set; }gam_slate has all the GAM-related attributes of slates.
| Property Value | |
|---|---|
| Type | Description |
SlateTypesGamSlate |
|
Name
public string Name { get; set; }Output only. The name of the slate, in the form of
projects/{project_number}/locations/{location}/slates/{id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SlateName
public SlateName SlateName { get; set; }| Property Value | |
|---|---|
| Type | Description |
SlateName |
|
Uri
public string Uri { get; set; }The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.
| Property Value | |
|---|---|
| Type | Description |
string |
|