Uses of Interface
org.red5.server.api.stream.IPlaylist
Packages that use IPlaylist
-
Uses of IPlaylist in org.red5.server.api.stream
Subinterfaces of IPlaylist in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterfaceIPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing newinterfaceIServerStream has both IPlaylist and IBroadcastStream methods but add nothing new.Methods in org.red5.server.api.stream with parameters of type IPlaylistModifier and TypeMethodDescriptionintGet next item to play.intIPlaylistController.previousItem(IPlaylist playlist, int itemIndex) Get previous item to play. -
Uses of IPlaylist in org.red5.server.stream
Classes in org.red5.server.stream that implement IPlaylistModifier and TypeClassDescriptionclassStream of playlist subscriberclassAn implementation for server side stream.Methods in org.red5.server.stream with parameters of type IPlaylistModifier and TypeMethodDescriptionintGet next item to play.intSimplePlaylistController.previousItem(IPlaylist playlist, int itemIndex) Get previous item to play.