Contains information about an ad break.

interface AdBreak {
    ads: Ad[];
    id: string;
    scheduleTime: number;
}

Properties

Properties

ads: Ad[]

The ads scheduled for this AdBreak.

id: string

The id of the corresponding AdBreakConfig. This will be auto-generated.

scheduleTime: number

The time in seconds in the media timeline the AdBreak is scheduled for.