AI-generated Key Takeaways
-
CuePoint
class defines properties for ad breaks (cuepoints) within DAI VOD streams. -
It includes
start
andend
times (in numbers) to specify the cuepoint's duration. -
A
played
boolean property 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.