AI-generated Key Takeaways
-
CuePoint is a class used to specify properties of an ad break in DAI VOD streams.
-
It includes properties for the start and end times of the cuepoint.
-
It also indicates whether the cuepoint has been played.
CuePoint
A class for specifying properties of a cuepoint, which represents an ad break in DAI VOD streams.
Properties
end
number
The end time for this cuepoint.
played
boolean
If this cuepoint has been played.
start
number
The start time for this cuepoint.