[[["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-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eCuePoint\u003c/code\u003e class defines properties for ad breaks (cuepoints) within DAI VOD streams.\u003c/p\u003e\n"],["\u003cp\u003eIt includes \u003ccode\u003estart\u003c/code\u003e and \u003ccode\u003eend\u003c/code\u003e times (in numbers) to specify the cuepoint's duration.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003eplayed\u003c/code\u003e boolean property indicates whether the cuepoint has been played.\u003c/p\u003e\n"]]],[],null,["# Class: CuePoint\n\nCuePoint\n========\n\nclass public\n\nA class for specifying properties of a cuepoint, which represents an ad break\nin DAI VOD streams.\n\nProperties\n----------\n\n### end\n\nconstant\n\nnumber\n\nThe end time for this cuepoint.\n\n### played\n\nconstant\n\nboolean\n\nIf this cuepoint has been played.\n\n### start\n\nconstant\n\nnumber\n\nThe start time for this cuepoint."]]