Live Stream v1 API - Class Event.Types.SlateTask (1.5.0)

public sealed class Event.Types.SlateTask : IMessage<Event.Types.SlateTask>, IEquatable<Event.Types.SlateTask>, IDeepCloneable<Event.Types.SlateTask>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class Event.Types.SlateTask.

Inserts a slate.

Inheritance

object > Event.Types.SlateTask

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

SlateTask()

public SlateTask()

SlateTask(SlateTask)

public SlateTask(Event.Types.SlateTask other)
Parameter
NameDescription
otherEventTypesSlateTask

Properties

Asset

public string Asset { get; set; }

Slate asset to use for the duration. If its duration is less than the duration of the SlateTask, then it will be looped. The slate must be represented in the form of: projects/{project}/locations/{location}/assets/{assetId}.

Property Value
TypeDescription
string

Duration

public Duration Duration { get; set; }

Optional. Duration of the slate. Must be greater than 0 if specified. Omit this field for a long running slate.

Property Value
TypeDescription
Duration