Skip to main content
Module

x/evt/lib/types/lib.dom.ts>MediaStreamTrackEvent

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

Events which indicate that a MediaStream has had tracks added to or removed from the stream through calls to Media Stream API methods. These events are sent to the stream when these changes occur.