PlayerPropertiesChanged

@Serializable
data class PlayerPropertiesChanged(val playerId: PlayerId, val properties: List<PlayerProperty>) : MediaEvent

This can be called multiple times, and can be used to set / override / remove player properties. A null propValue indicates removal.

Official doc

Constructors

Link copied to clipboard
constructor(playerId: PlayerId, properties: List<PlayerProperty>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)