SinksUpdated

@Serializable
data class SinksUpdated(val sinks: List<Sink>) : 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

Link copied to clipboard
constructor(sinks: List<Sink>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)