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

TranscodeSetting

import type { TranscodeSetting } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Transcode Settings

interface TranscodeSetting {
enabledVideoFormats?: number[];
kind?: string;
}

§Properties

§
enabledVideoFormats?: number[]
[src]

Allowlist of video formats to be served to this placement. Set this list to null or empty to serve all video formats.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#transcodeSetting".