Uses of Interface
org.red5.server.api.stream.IPlayItem
Packages that use IPlayItem
Package
Description
-
Uses of IPlayItem in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return IPlayItemModifier and TypeMethodDescriptionIPlaylist.getCurrentItem()Get currently playing itemIPlaylist.getItem(int index) Get the item according to the index.Methods in org.red5.server.api.stream with parameters of type IPlayItemModifier and TypeMethodDescriptionvoidAdd an item to the list.voidAdd an item to specific index.booleanReplaces an item in the list with another item.voidISingleItemSubscriberStream.setPlayItem(IPlayItem item) Setter for property 'playItem'.voidIStreamAwareScopeHandler.streamPlayItemPause(ISubscriberStream stream, IPlayItem item, int position) Notified when a play item pauses.voidIStreamAwareScopeHandler.streamPlayItemPlay(ISubscriberStream stream, IPlayItem item, boolean isLive) Notified when a play item plays.voidIStreamAwareScopeHandler.streamPlayItemResume(ISubscriberStream stream, IPlayItem item, int position) Notified when a play item resumes.voidIStreamAwareScopeHandler.streamPlayItemSeek(ISubscriberStream stream, IPlayItem item, int position) Notified when a play item seeks.voidIStreamAwareScopeHandler.streamPlayItemStop(ISubscriberStream stream, IPlayItem item) Notified when a play item stops. -
Uses of IPlayItem in org.red5.server.api.stream.support
Classes in org.red5.server.api.stream.support that implement IPlayItemModifier and TypeClassDescriptionclassDynamic playlist item implementationclassSimple playlist item implementation -
Uses of IPlayItem in org.red5.server.stream
Methods in org.red5.server.stream that return IPlayItemModifier and TypeMethodDescriptionPlaylistSubscriberStream.getCurrentItem()Get currently playing itemPlaylistSubscriberStream.getItem(int index) Get the item according to the index.Methods in org.red5.server.stream with parameters of type IPlayItemModifier and TypeMethodDescriptionvoidAdd an item to the list.voidAdd an item to specific index.voidPlay streamvoidPlay stream See: https://www.adobe.com/devnet/adobe-media-server/articles/dynstream_actionscript.htmlbooleanReplaces an item in the list with another item.voidSingleItemSubscriberStream.setPlayItem(IPlayItem item)