Skip to main content
Module

x/commandis/mod.ts>dom.MediaStreamTrackEvent

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.MediaStreamTrackEvent
implements Event
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { MediaStreamTrackEvent } = dom;

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.