The collection of countdown timers.

interface AdCountdown {
    toAdEnd: number;
    toAvailEnd: number;
    toSkipThreshold: number;
}

Properties

toAdEnd: number

The number of seconds before playback reaches the end of the current ad.

toAvailEnd: number

The number of seconds before playback reaches the end of the current ad avail, or null if unknown.

toSkipThreshold: number

The number of seconds before the current ad becomes skippable, or null for non-skippable ads.

Generated using TypeDoc