MuteEvent

class MuteEvent(val isMuted: Boolean) : FlowplayerEvent

See OnMuteListener for more information.

Parameters

isMuted

True if the player has entered a muted state. Otherwise, false.

Constructors

Link copied to clipboard
constructor(isMuted: Boolean)

Properties

Link copied to clipboard