public sealed class VodSessionAdBreak : IMessage<VodSessionAdBreak>, IEquatable<VodSessionAdBreak>, IDeepCloneable<VodSessionAdBreak>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class VodSessionAdBreak.
[[["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 documentation is for the `VodSessionAdBreak` class within the Google Cloud Video Stitcher v1 API, specifically version 3.2.0, with the latest version being 3.3.0."],["The `VodSessionAdBreak` class represents metadata for an ad break inserted into a video on demand (VOD) session, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Ads`, which is a list of `VodSessionAd` objects, and `StartTimeOffset` and `EndTimeOffset`, which specify the ad break's start and end times relative to the VOD asset's beginning."],["The `ProgressEvents` property is a list of `ProgressEvent` objects, which are expected to be triggered during the ad break and are ordered chronologically."],["The `VodSessionAdBreak` class contains two constructors, one default constructor and another that takes an instance of `VodSessionAdBreak` as a parameter."]]],[]]