Uses of Class
com.wowza.wms.stream.publish.PlaylistItem
Packages that use PlaylistItem
-
Uses of PlaylistItem in com.wowza.wms.stream.publish
Methods in com.wowza.wms.stream.publish that return PlaylistItemModifier and TypeMethodDescriptionStream.getCurrentItem()
Get the currently playing playlist itemMethods in com.wowza.wms.stream.publish that return types with arguments of type PlaylistItemModifier and TypeMethodDescriptionPlaylist.getItems()
Get the items in the playlist (returns a copy of the list)Stream.getPlaylist()
Get the current playlistMethods in com.wowza.wms.stream.publish with parameters of type PlaylistItemModifier and TypeMethodDescriptionvoid
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