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

AvailBlanking

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

Use ad avail blanking settings to specify your output content during SCTE-35 triggered ad avails. You can blank your video or overlay it with an image. MediaConvert also removes any audio and embedded captions during the ad avail. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.

interface AvailBlanking {
AvailBlankingImage?: string | null;
}

§Properties

§
AvailBlankingImage?: string | null
[src]

Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.