AI-generated Key Takeaways
-
The cue point list provides a time-based schedule for ad breaks within content.
-
Individual ads within an ad break are not included in this schedule.
-
The
getCuePoints
method returns a list of time offsets where ad breaks are scheduled. -
Preroll and postroll ad breaks have special offset values:
google.ima.AdCuePoints.PREROLL
andgoogle.ima.AdCuePoints.POSTROLL
.
The cue point list represents a time-schedule of ad breaks. Note that individual ads in the
ad break are not included in the schedule.
Methods | |
---|---|
get
|
List of time offsets from the beginning of the content at which ad breaks are
scheduled.
|
Methods
getCuePoints
getCuePoints(): number[]
List of time offsets from the beginning of the content at which ad breaks are
scheduled. Preroll and postroll ad break times have special values. Preroll ad break
offset value is represented by
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. |