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.publish
Methods in com.wowza.wms.stream.publish that return PlaylistItem Modifier and Type Method Description PlaylistItem
Stream. 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 void
IStreamActionNotify. onPlaylistItemStart(Stream stream, PlaylistItem playlistItem)
Invoked when playlist item playback is startedvoid
IStreamActionNotify. onPlaylistItemStop(Stream stream, PlaylistItem playlistItem)
Invoked when playlist item playback has ended
-