AudioVideoOffset
import type { AudioVideoOffset } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
The length an audio or a video has been played.
interface AudioVideoOffset {
percentage?: bigint;
seconds?: bigint;
}import type { AudioVideoOffset } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
The length an audio or a video has been played.