Represents an AdBreak in VMAP.

Constructors

  • Parameters

    • timeOffset: string

      the time offset of the ad break

    • breakType: string

      the break type of the ad break

    • adSources: AdSource[]

      the ad sources of the ad break

    • Optional breakId: string

      the break id of the ad break

    • Optional repeatAfter: string

      the repeat after of the ad break

    Returns AdBreak

Properties

adSources: AdSource[] = []

the ad sources of the ad break

breakId?: string

the break id of the ad break

breakType: string

the break type of the ad break

repeatAfter?: string

the repeat after of the ad break

timeOffset: string

the time offset of the ad break

Methods

Generated using TypeDoc