Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScheduleAdBreak

import type { ScheduleAdBreak } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";

The schedule's ad break properties.

interface ScheduleAdBreak {
ApproximateDurationSeconds?: number | null;
ApproximateStartTime?: Date | number | null;
SourceLocationName?: string | null;
VodSourceName?: string | null;
}

§Properties

§
ApproximateDurationSeconds?: number | null
[src]

The approximate duration of the ad break, in seconds.

§
ApproximateStartTime?: Date | number | null
[src]

The approximate time that the ad will start playing.

§
SourceLocationName?: string | null
[src]

The name of the source location containing the VOD source used for the ad break.

§
VodSourceName?: string | null
[src]

The name of the VOD source used for the ad break.