| Package | Description |
|---|---|
| org.red5.server.api.stream | |
| org.red5.server.api.stream.support | |
| org.red5.server.stream |
| Modifier and Type | Method and Description |
|---|---|
IPlayItem |
IPlaylist.getCurrentItem()
Get currently playing item
|
IPlayItem |
IPlaylist.getItem(int index)
Get the item according to the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPlaylist.addItem(IPlayItem item)
Add an item to the list.
|
void |
IPlaylist.addItem(IPlayItem item,
int index)
Add an item to specific index.
|
boolean |
IPlaylistSubscriberStream.replace(IPlayItem oldItem,
IPlayItem newItem)
Replaces an item in the list with another item.
|
void |
ISingleItemSubscriberStream.setPlayItem(IPlayItem item)
Setter for property 'playItem'.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicPlayItem
Dynamic playlist item implementation
|
class |
SimplePlayItem
Simple playlist item implementation
|
| Modifier and Type | Method and Description |
|---|---|
IPlayItem |
PlaylistSubscriberStream.getCurrentItem()
Get currently playing item
|
IPlayItem |
PlaylistSubscriberStream.getItem(int index)
Get the item according to the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaylistSubscriberStream.addItem(IPlayItem item)
Add an item to the list.
|
void |
PlaylistSubscriberStream.addItem(IPlayItem item,
int index)
Add an item to specific index.
|
void |
PlayEngine.play(IPlayItem item)
Play stream
|
void |
PlayEngine.play(IPlayItem item,
boolean withReset)
Play stream
See: https://www.adobe.com/devnet/adobe-media-server/articles/dynstream_actionscript.html
|
boolean |
PlaylistSubscriberStream.replace(IPlayItem oldItem,
IPlayItem newItem)
Replaces an item in the list with another item.
|
void |
SingleItemSubscriberStream.setPlayItem(IPlayItem item) |
Copyright © 2005–2017 Red5. All rights reserved.