create

open fun create(relativeStartPosition: Long): AdPod

Creates an Ad pod with a empty list of AdBreaks.

Return

the ad pod

Parameters

relativeStartPosition

the relative start position


open fun create(relativeStartPosition: Long, adBreaks: Deque<AdBreak>): AdPod

Creates an Ad pod with a given list of AdBreaks.

Return

the ad pod

Parameters

relativeStartPosition

the relative start position

adBreaks

the ad breaks