chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.cast.events / CastEvent / SinksUpdatedEvent

SinksUpdatedEvent

data class SinksUpdatedEvent : CastEvent

This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.

Official doc

Constructors

<init>

This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.

SinksUpdatedEvent(sinks: List<Sink>)

Properties

sinks

val sinks: List<Sink>