| Package | Description |
|---|---|
| org.red5.server.api.stream | |
| org.red5.server.stream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBroadcastStream
A broadcast stream is a stream source to be subscribed to by clients.
|
interface |
IClientBroadcastStream
A broadcast stream that comes from client.
|
interface |
IClientStream
A stream that is bound to a client.
|
interface |
IPlaylistSubscriberStream
IPlaylistSubscriberStream has methods of both ISubscriberStream and IPlaylist but adds nothing new
|
interface |
ISingleItemSubscriberStream
A subscriber stream that has only one item for play.
|
interface |
ISubscriberStream
ISubscriberStream is a stream from subscriber's point of view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientStream
Abstract base for client streams
|
class |
AbstractStream
Abstract base implementation of IStream.
|
class |
ClientBroadcastStream
Represents live stream broadcasted from client.
|
class |
PlaylistSubscriberStream
Stream of playlist subscriber
|
class |
SingleItemSubscriberStream
Stream of a single play item for a subscriber
|
Copyright © 2005–2017 Red5. All rights reserved.