Skip to main content
Module

x/evt/lib/types/index.ts>dom.VideoTrack

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.VideoTrack
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { VideoTrack } = dom;

A single video track from a element.

Properties

readonly
id: string
kind: string
readonly
label: string
language: string
selected: boolean
readonly
sourceBuffer: SourceBuffer | null