Uses of Interface
org.red5.server.api.stream.IPlaylist
-
Uses of IPlaylist in org.red5.server.api.stream
Modifier and TypeInterfaceDescriptioninterface
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing newinterface
IServerStream has both IPlaylist and IBroadcastStream methods but add nothing new.Modifier and TypeMethodDescriptionint
Get next item to play.int
IPlaylistController.previousItem
(IPlaylist playlist, int itemIndex) Get previous item to play. -
Uses of IPlaylist in org.red5.server.stream
Modifier and TypeClassDescriptionclass
Stream of playlist subscriberclass
An implementation for server side stream.Modifier and TypeMethodDescriptionint
Get next item to play.int
SimplePlaylistController.previousItem
(IPlaylist playlist, int itemIndex) Get previous item to play.