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."],[[["The `VodSessionAdBreak` class in the Video Stitcher v1 API represents metadata for an inserted ad break within a video on demand (VOD) session."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["It includes properties like `Ads`, `EndTimeOffset`, `ProgressEvents`, and `StartTimeOffset`, which detail the ads within the break, the end time, expected progress events, and the start time of the ad break, respectively."],["The `VodSessionAdBreak` class has two constructors: one default and one that copies data from another `VodSessionAdBreak` instance, offering flexibility when creating objects."],["The documentation provides links to various versions of the API, with version 3.3.0 being the latest, and details the inheritance and implementation hierarchy, as well as inherited members from the base `Object` class."]]],[]]