Class: CuePoint

  • CuePoint class defines properties for ad breaks (cuepoints) within DAI VOD streams.

  • It includes start and end times (in numbers) to specify the cuepoint's duration.

  • A played boolean property 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.