Package com.jwplayer.pub.api.events
Class PlaylistItemEvent
java.lang.Object
com.jwplayer.pub.api.events.Event
com.jwplayer.pub.api.events.PlaylistItemEvent
Payload that accompanies the onPlaylistItem() event.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlaylistItemEvent
-
-
Method Details
-
getIndex
public int getIndex()- Returns:
- Index of the currently playing playlist item.
-
getPlaylistItem
- Returns:
- The current playlist item; Provides the same output as getPlaylistItem().
-