Class MuteEvent


  • public class MuteEvent
    extends Event
    Payload that accompanies the onMute() event.
    • Constructor Summary

      Constructors 
      Constructor Description
      MuteEvent​(JWPlayer player, boolean mute)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getMute()  
      • Methods inherited from class com.jwplayer.pub.api.events.Event

        getPlayer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MuteEvent

        public MuteEvent​(@NonNull
                         JWPlayer player,
                         boolean mute)
    • Method Detail

      • getMute

        public boolean getMute()
        Returns:
        The player's new mute state.