| 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 |
ISingleItemSubscriberStream
A subscriber stream that has only one item for play.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStreamAwareScopeHandler.streamPlayItemPause(ISubscriberStream stream,
IPlayItem item,
int position)
Notified when a play item pauses.
|
void |
IStreamAwareScopeHandler.streamPlayItemPlay(ISubscriberStream stream,
IPlayItem item,
boolean isLive)
Notified when a play item plays.
|
void |
IStreamAwareScopeHandler.streamPlayItemResume(ISubscriberStream stream,
IPlayItem item,
int position)
Notified when a play item resumes.
|
void |
IStreamAwareScopeHandler.streamPlayItemSeek(ISubscriberStream stream,
IPlayItem item,
int position)
Notified when a play item seeks.
|
void |
IStreamAwareScopeHandler.streamPlayItemStop(ISubscriberStream stream,
IPlayItem item)
Notified when a play item stops.
|
void |
IStreamAwareScopeHandler.streamSubscriberClose(ISubscriberStream stream)
Notified when a subscriber closes.
|
void |
IStreamAwareScopeHandler.streamSubscriberStart(ISubscriberStream stream)
Notified when a subscriber starts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlaylistSubscriberStream
Stream of playlist subscriber
|
class |
SingleItemSubscriberStream
Stream of a single play item for a subscriber
|
| Constructor and Description |
|---|
Builder(ISubscriberStream subscriberStream,
ISchedulingService schedulingService,
IConsumerService consumerService,
IProviderService providerService) |
Copyright © 2005–2017 Red5. All rights reserved.