Package com.jwplayer.pub.api.events
Class VolumeEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.VolumeEvent
Payload that accompanies the onVolume() event.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VolumeEvent
-
-
Method Details
-
getVolume
public int getVolume()- Returns:
- The volume of the player as a float between 0 and 1 (inclusive)
-