SinksUpdatedParameter

@Serializable
data class SinksUpdatedParameter(val sinks: List<Cast.Sink>)

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

Constructors

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

Properties

Link copied to clipboard