Video Stitcher v1 API - Class Slate (3.1.0)

public sealed class Slate : IMessage<Slate>, IEquatable<Slate>, IDeepCloneable<Slate>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class Slate.

Slate object

Inheritance

object > Slate

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

Slate()

public Slate()

Slate(Slate)

public Slate(Slate other)
Parameter
NameDescription
otherSlate

Properties

GamSlate

public Slate.Types.GamSlate GamSlate { get; set; }

gam_slate has all the GAM-related attributes of slates.

Property Value
TypeDescription
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
TypeDescription
string

SlateName

public SlateName SlateName { get; set; }

SlateName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string