Class: CuePoint

  • 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.

Properties

end

constant

number

The end time for this cuepoint.

played

constant

boolean

If this cuepoint has been played.

start

constant

number

The start time for this cuepoint.