Skip to main content
Module

x/commandis/mod.ts>dom.VideoTrack

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.VideoTrack
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.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