| Package | Description |
|---|---|
| org.red5.server.api.stream | |
| org.red5.server.stream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPlaylistSubscriberStream
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing new
|
| Modifier and Type | Method and Description |
|---|---|
int |
IPlaylistController.nextItem(IPlaylist playlist,
int itemIndex)
Get next item to play.
|
int |
IPlaylistController.previousItem(IPlaylist playlist,
int itemIndex)
Get previous item to play.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlaylistSubscriberStream
Stream of playlist subscriber
|
| Modifier and Type | Method and Description |
|---|---|
int |
SimplePlaylistController.nextItem(IPlaylist playlist,
int itemIndex)
Get next item to play.
|
int |
SimplePlaylistController.previousItem(IPlaylist playlist,
int itemIndex)
Get previous item to play.
|
Copyright © 2005–2017 Red5. All rights reserved.