|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPlaylist | |
|---|---|
| org.red5.server.api.stream | |
| org.red5.server.stream | |
| Uses of IPlaylist in org.red5.server.api.stream |
|---|
| Subinterfaces of IPlaylist in org.red5.server.api.stream | |
|---|---|
interface |
IPlaylistSubscriberStream
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing new |
interface |
IServerStream
IServerStream has both IPlaylist and IBroadcastStream methods but add nothing new. |
| Methods in org.red5.server.api.stream with parameters of type IPlaylist | |
|---|---|
int |
IPlaylistController.nextItem(IPlaylist playlist,
int itemIndex)
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 |
|---|
| Classes in org.red5.server.stream that implement IPlaylist | |
|---|---|
class |
PlaylistSubscriberStream
Stream of playlist subsciber |
class |
ServerStream
An implementation for server side stream. |
| Methods in org.red5.server.stream with parameters of type IPlaylist | |
|---|---|
int |
SimplePlaylistController.nextItem(IPlaylist playlist,
int itemIndex)
Get next item to play. |
int |
SimplePlaylistController.previousItem(IPlaylist playlist,
int itemIndex)
Get previous item to play. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||