import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SinksUpdatedEvent } = Protocol.Cast;
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.
Properties
sinks: Sink[]