public sealed class Event.Types.AdBreakTask : IMessage<Event.Types.AdBreakTask>, IEquatable<Event.Types.AdBreakTask>, IDeepCloneable<Event.Types.AdBreakTask>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class Event.Types.AdBreakTask.
[[["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 webpage provides reference documentation for the `Event.Types.AdBreakTask` class within the Google Cloud Video Live Stream v1 API, focusing on version 1.2.0."],["`AdBreakTask` is designed to insert new ad opportunities into a live stream, serving as a component of the broader `Event` system."],["The `AdBreakTask` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling and object comparison."],["The class offers constructors for creating instances, including a default constructor and one that takes another `AdBreakTask` instance as a parameter, facilitating cloning."],["The `AdBreakTask` has a property called `Duration`, which allows setting the length of the ad break, and the duration must be greater than 0."]]],[]]