public interface IStreamActionNotify
Stream, so that you get notified of transitions in the playlist.
An example on its actual usage can be studied in the sources of ServerListenerStreamPublisher in the official Wowza Module Collection.| Modifier and Type | Method and Description |
|---|---|
void |
onPlaylistItemStart(Stream stream,
PlaylistItem playlistItem)
Called whenever a new item is started in the playlist of the stream
|
void |
onPlaylistItemStop(Stream stream,
PlaylistItem playlistItem)
Called whenever a new item is stopped in the playlist of the stream
|
void onPlaylistItemStart(Stream stream, PlaylistItem playlistItem)
stream - the stream instance on which the transtion takes placeplaylistItem - the playlist item that is being startedvoid onPlaylistItemStop(Stream stream, PlaylistItem playlistItem)
stream - the stream instance on which the transtion takes placeplaylistItem - the playlist item that is being stopped