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

VideoOffset

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

Video Offset

interface VideoOffset {
offsetPercentage?: number;
offsetSeconds?: number;
}

§Properties

§
offsetPercentage?: number
[src]

Duration, as a percentage of video duration. Do not set when offsetSeconds is set. Acceptable values are 0 to 100, inclusive.

§
offsetSeconds?: number
[src]

Duration, in seconds. Do not set when offsetPercentage is set. Acceptable values are 0 to 86399, inclusive.