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

VideoSettings

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

Video Settings

interface VideoSettings {
companionSettings?: CompanionSetting;
durationSeconds?: number;
kind?: string;
obaEnabled?: boolean;
obaSettings?: ObaIcon;
orientation?: "ANY" | "LANDSCAPE" | "PORTRAIT";
publisherSpecificationId?: bigint;
skippableSettings?: SkippableSetting;
transcodeSettings?: TranscodeSetting;
}

§Properties

§
companionSettings?: CompanionSetting
[src]

Settings for the companion creatives of video creatives served to this placement.

§
durationSeconds?: number
[src]

Duration of a video placement in seconds.

§
kind?: string
[src]

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

§
obaEnabled?: boolean
[src]

Whether OBA icons are enabled for this placement.

§
obaSettings?: ObaIcon
[src]

Settings for the OBA icon of video creatives served to this placement. If this object is provided, the creative-level OBA settings will be overridden.

§
orientation?: "ANY" | "LANDSCAPE" | "PORTRAIT"
[src]

Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation.

§
publisherSpecificationId?: bigint
[src]

Publisher specification ID of a video placement.

§
skippableSettings?: SkippableSetting
[src]

Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden.

§
transcodeSettings?: TranscodeSetting
[src]

Settings for the transcodes of video creatives served to this placement. If this object is provided, the creative-level transcode settings will be overridden.