Package com.jwplayer.pub.api.events
Class MuteEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.MuteEvent
Payload that accompanies the onMute() event.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MuteEvent
-
-
Method Details
-
getMute
public boolean getMute()- Returns:
- The player's new mute state.
-