Uses of Interface
org.red5.server.api.stream.IPlayItem
Package
Description
-
Uses of IPlayItem in io.antmedia
Modifier and TypeMethodDescriptionvoid
AntMediaApplicationAdapter.streamPlayItemPlay
(ISubscriberStream stream, IPlayItem item, boolean isLive) void
AntMediaApplicationAdapter.streamPlayItemStop
(ISubscriberStream stream, IPlayItem item) -
Uses of IPlayItem in org.red5.server.adapter
Modifier and TypeMethodDescriptionvoid
MultiThreadedApplicationAdapter.streamPlayItemPause
(ISubscriberStream stream, IPlayItem item, int position) void
MultiThreadedApplicationAdapter.streamPlayItemPlay
(ISubscriberStream stream, IPlayItem item, boolean isLive) void
MultiThreadedApplicationAdapter.streamPlayItemResume
(ISubscriberStream stream, IPlayItem item, int position) void
MultiThreadedApplicationAdapter.streamPlayItemSeek
(ISubscriberStream stream, IPlayItem item, int position) void
MultiThreadedApplicationAdapter.streamPlayItemStop
(ISubscriberStream stream, IPlayItem item) -
Uses of IPlayItem in org.red5.server.api.stream
Modifier and TypeMethodDescriptionIPlaylist.getCurrentItem()
Get currently playing itemIPlaylist.getItem
(int index) Get the item according to the index.Modifier and TypeMethodDescriptionvoid
Add an item to the list.void
Add an item to specific index.boolean
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. -
Uses of IPlayItem in org.red5.server.api.stream.support
Modifier and TypeClassDescriptionclass
Dynamic playlist item implementationclass
Simple playlist item implementation -
Uses of IPlayItem in org.red5.server.stream
Modifier and TypeFieldDescriptionprivate IPlayItem
PlayEngine.currentItem
protected IPlayItem
ServerStream.currentItem
Current itemprivate IPlayItem
SingleItemSubscriberStream.item
Modifier and TypeFieldDescriptionprivate final LinkedList<IPlayItem>
PlaylistSubscriberStream.items
Playlist itemsprotected CopyOnWriteArrayList<IPlayItem>
ServerStream.items
List of items in this playlistModifier and TypeMethodDescriptionPlaylistSubscriberStream.getCurrentItem()
Get currently playing itemServerStream.getCurrentItem()
Get currently playing itemPlaylistSubscriberStream.getItem
(int index) Get the item according to the index.ServerStream.getItem
(int index) Get the item according to the index.Modifier and TypeMethodDescriptionvoid
Add an item to the list.void
Add an item to specific index.void
Add an item to the list.void
Add an item to specific index.void
Play streamvoid
Play stream See: https://www.adobe.com/devnet/adobe-media-server/articles/dynstream_actionscript.htmlprotected void
Play a specific IPlayItem.boolean
Replaces an item in the list with another item.private void
PlayEngine.sendInsufficientBandwidthStatus
(IPlayItem item) Insufficient bandwidth notificationprivate void
PlayEngine.sendPauseStatus
(IPlayItem item) Send pause status notificationprivate void
PlayEngine.sendPublishedStatus
(IPlayItem item) Send published status notificationprivate void
PlayEngine.sendResetStatus
(IPlayItem item) Send reset status for itemprivate void
PlayEngine.sendResumeStatus
(IPlayItem item) Send resume status notificationprivate void
PlayEngine.sendSeekStatus
(IPlayItem item, int position) Send seek status notificationprivate void
PlayEngine.sendStartStatus
(IPlayItem item) Send playback start status notificationprivate void
PlayEngine.sendStopStatus
(IPlayItem item) Send playback stoppage status notificationprivate void
PlayEngine.sendStreamNotFoundStatus
(IPlayItem item) Stream not found status notificationprivate void
PlayEngine.sendUnpublishedStatus
(IPlayItem item) Send unpublished status notificationprivate void
PlayEngine.sendVODInitCM
(IPlayItem item) Send VOD init control messagevoid
SingleItemSubscriberStream.setPlayItem
(IPlayItem item)