Uses of Class
com.wowza.wms.stream.publish.PlaylistItem
- 
Packages that use PlaylistItem Package Description com.wowza.wms.stream.publish 
- 
- 
Uses of PlaylistItem in com.wowza.wms.stream.publishMethods in com.wowza.wms.stream.publish that return PlaylistItem Modifier and Type Method Description PlaylistItemStream. getCurrentItem()Get the currently playing playlist itemMethods in com.wowza.wms.stream.publish that return types with arguments of type PlaylistItem Modifier and Type Method Description 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 playlistMethods in com.wowza.wms.stream.publish with parameters of type PlaylistItem Modifier and Type Method Description voidIStreamActionNotify. onPlaylistItemStart(Stream stream, PlaylistItem playlistItem)Invoked when playlist item playback is startedvoidIStreamActionNotify. onPlaylistItemStop(Stream stream, PlaylistItem playlistItem)Invoked when playlist item playback has ended
 
-