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-04-17 UTC."],[[["This webpage provides reference documentation for the `Event.Types.SlateTask` class within the Google Cloud Live Stream v1 API, specifically version 1.7.0."],["The `SlateTask` class is designed to insert a slate into a live stream, with the functionality to loop the slate if its duration is shorter than specified."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting different functionalities for the data."],["It has properties to define the `Asset` (the slate content) and its `Duration`, allowing for both short and long-running slates."],["There are several versions of this documentation available, with version 1.8.0 being the latest, and versions going as far back as 1.0.0, providing a historical overview."]]],[]]