AI-generated Key Takeaways
-
This reference page follows the TypeScript documentation structure, with feedback encouraged via the IMA technical forum.
-
The cue point list outlines the schedule of ad breaks within the content timeline.
-
The
getCuePoints
method provides a list of time offsets indicating when ad breaks are scheduled. -
Preroll and postroll ad breaks are denoted by special values:
google.ima.AdCuePoints.PREROLL
andgoogle.ima.AdCuePoints.POSTROLL
, respectively. -
The
getCuePoints
method returns a number array that contains the time offsets at which ads are scheduled to be played.
Methods | |
---|---|
get
|
List of time offsets from the beginning of the content at which ad breaks are
scheduled.
|
Methods
getCuePoints
getCuePoints(): number[]
google.ima.AdCuePoints.PREROLL
, postroll
break by google.ima.AdCuePoints.POSTROLL
.
Returns | |
---|---|
number[]
|
List of time offsets at which the ads are scheduled to play. |