PlayerPropertiesChanged

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

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
Link copied to clipboard