Skip to main content
Module

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

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

A single audio track from one of the HTML media elements, or .

Properties

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