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
|
interface |
IServerStream
IServerStream has both IPlaylist and IBroadcastStream methods but add 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
|
class |
ServerStream
An implementation for server side stream.
|
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 © 2006-2012 The Red5 Project