Live Stream v1 API - Class Event.Types.SlateTask (1.7.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
Name Description
other EventTypesSlateTask

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
Type Description
string

AssetAsAssetName

public AssetName AssetAsAssetName { get; set; }

AssetName-typed view over the Asset resource name property.

Property Value
Type Description
AssetName

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
Type Description
Duration