Package com.jwplayer.pub.api.events
Class BufferEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.BufferEvent
Payload that accompanies the onBuffer() event.
-
Constructor Summary
ConstructorsConstructorDescriptionBufferEvent
(JWPlayer player, PlayerState oldState, BufferReason bufferReason) -
Method Summary
-
Constructor Details
-
BufferEvent
-
-
Method Details
-
getOldState
- Returns:
- The state the player moved from.
-
getBufferReason
- Returns:
- The reason buffer occurs.
-