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

AudioVideoOffset

import type { AudioVideoOffset } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

The length an audio or a video has been played.

interface AudioVideoOffset {
percentage?: bigint;
seconds?: bigint;
}

§Properties

§
percentage?: bigint
[src]

The offset in percentage of the audio or video duration.

§
seconds?: bigint
[src]

The offset in seconds from the start of the audio or video.