| Package | Description |
|---|---|
| com.wowza.wms.stream.publish |
| Modifier and Type | Method | Description |
|---|---|---|
PlaylistItem |
Stream.getCurrentItem() |
Get the currently playing playlist item
|
| 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 playlist
|
| Modifier and Type | Method | Description |
|---|---|---|
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
|