[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eInterstitials\u003c/code\u003e class in the Video Stitcher v1 API is 3.3.0, and this class describes the content stitched into a VOD session's manifest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterstitials\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are seven total versions of the \u003ccode\u003eInterstitials\u003c/code\u003e class that can be referenced, each providing information regarding the specific version, ranging from version 1.0.0 to the most recent 3.3.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInterstitials\u003c/code\u003e has two constructors, a default constructor, and a constructor that accepts another \u003ccode\u003eInterstitials\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInterstitials\u003c/code\u003e class has two properties: \u003ccode\u003eAdBreaks\u003c/code\u003e, which is a list of ad breaks ordered by time, and \u003ccode\u003eSessionContent\u003c/code\u003e, which describes the content of the VOD session.\u003c/p\u003e\n"]]],[],null,["# Video Stitcher v1 API - Class Interstitials (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.Interstitials)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.2.0/Google.Cloud.Video.Stitcher.V1.Interstitials)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.1.0/Google.Cloud.Video.Stitcher.V1.Interstitials)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.0.0/Google.Cloud.Video.Stitcher.V1.Interstitials)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/2.0.0/Google.Cloud.Video.Stitcher.V1.Interstitials)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.1.0/Google.Cloud.Video.Stitcher.V1.Interstitials)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.0.0/Google.Cloud.Video.Stitcher.V1.Interstitials) \n\n public sealed class Interstitials : IMessage\u003cInterstitials\u003e, IEquatable\u003cInterstitials\u003e, IDeepCloneable\u003cInterstitials\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Video Stitcher v1 API class Interstitials.\n\nDescribes what was stitched into a VOD session's manifest. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Interstitials \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Interstitials](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.Interstitials), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Interstitials](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.Interstitials), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Interstitials](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.Interstitials), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Video.Stitcher.V1](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.Stitcher.V1.dll\n\nConstructors\n------------\n\n### Interstitials()\n\n public Interstitials()\n\n### Interstitials(Interstitials)\n\n public Interstitials(Interstitials other)\n\nProperties\n----------\n\n### AdBreaks\n\n public RepeatedField\u003cVodSessionAdBreak\u003e AdBreaks { get; }\n\nList of ad breaks ordered by time.\n\n### SessionContent\n\n public VodSessionContent SessionContent { get; set; }\n\nInformation related to the content of the VOD session."]]