create
Instantiates a new Content block.
Return
the created ContentBlock instance with an invalid AdPod.
Parameters
durationMs
duration of the ContentBlock in milliseconds.
absoluteOffsetMs
absoluteOffset of the ContentBlock in milliseconds.
relativeOffsetMs
relativeOffset of the ContentBlock in milliseconds.
open fun create(durationMs: Long, absoluteOffsetMs: Long, relativeOffsetMs: Long, adPod: AdPod): ContentBlock
Instantiates a new Content block.
Return
the created ContentBlock instance.
Parameters
durationMs
duration of the ContentBlock in milliseconds.
absoluteOffsetMs
absoluteOffset of the ContentBlock in milliseconds.
relativeOffsetMs
relativeOffset of the ContentBlock in milliseconds.
adPod
a non-null AdPod.