Interface AdBreakInitExperimental

An initializer for a custom AdBreak.

interface AdBreakInit {
    maxDuration?: number;
    timeOffset: number;
}

Properties

maxDuration?: number

The duration of the ad break, in seconds.

timeOffset: number

The time offset at which content will be paused to play the ad break, in seconds.