Uses of Class
com.wowza.wms.stream.publish.PlaylistItem

Packages that use PlaylistItem
com.wowza.wms.stream.publish   
 

Uses of PlaylistItem in com.wowza.wms.stream.publish
 

Methods in com.wowza.wms.stream.publish that return PlaylistItem
 PlaylistItem Stream.getCurrentItem()
          Get the currently playing playlist item
 

Methods in com.wowza.wms.stream.publish that return types with arguments of type PlaylistItem
 java.util.List<PlaylistItem> Playlist.getItems()
          Get the items in the playlist (returns a copy of the list)
 java.util.List<PlaylistItem> Stream.getPlaylist()
          Get the current playlist
 

Methods in com.wowza.wms.stream.publish with parameters of type PlaylistItem
 void IStreamActionNotify.onPlaylistItemStart(Stream stream, PlaylistItem playlistItem)
          Invoked when playlist item playback is started
 void IStreamActionNotify.onPlaylistItemStop(Stream stream, PlaylistItem playlistItem)
          Invoked when playlist item playback has ended