public sealed class VodSessionContent : IMessage<VodSessionContent>, IEquatable<VodSessionContent>, IDeepCloneable<VodSessionContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class VodSessionContent.
Metadata for the entire stitched content in a VOD session.
[[["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 `VodSessionContent` class represents metadata for stitched content in a VOD (Video On Demand) session within the Video Stitcher v1 API."],["This class is the latest version, 3.3.0, of the `VodSessionContent` element, and several other versions are available, from 3.2.0 all the way back to 1.0.0."],["`VodSessionContent` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Duration` property, representing the total duration of the content, including any stitched ads."],["There are two constructor methods, a default empty one, and one that accepts another `VodSessionContent` object."]]],[]]