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.
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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Event.Types.SlateTask` class within the Live Stream v1 API, specifically for version 1.5.0."],["`Event.Types.SlateTask` is used to insert a slate into a live stream, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Asset`, which specifies the slate asset to be used, and `Duration`, which is the optional duration of the slate."],["There are multiple versions available for the `Event.Types.SlateTask` ranging from 1.0.0 up to the latest at 1.8.0, that can be accessed via the provided hyperlinks."],["The class has two constructors, `SlateTask()` and `SlateTask(SlateTask)`, the latter of which will take in an `Event.Types.SlateTask` as a parameter."]]],[]]