Class: AdCuePoints

Properties

POSTROLL

static

number

Cue point value representing a postroll.

PREROLL

static

number

Cue point value representing a preroll.

Method

getCuePoints

getCuePoints() returns Array of 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

non-null Array of number List of time offsets at which the ads are scheduled to play.