Uses of Interface
org.red5.server.api.stream.IPlayItem
Packages that use IPlayItem
Package
Description
-
Uses of IPlayItem in io.antmedia
Methods in io.antmedia with parameters of type IPlayItemModifier and TypeMethodDescriptionvoidAntMediaApplicationAdapter.streamPlayItemPlay(ISubscriberStream stream, IPlayItem item, boolean isLive) voidAntMediaApplicationAdapter.streamPlayItemStop(ISubscriberStream stream, IPlayItem item) -
Uses of IPlayItem in org.red5.server.adapter
Methods in org.red5.server.adapter with parameters of type IPlayItemModifier and TypeMethodDescriptionvoidMultiThreadedApplicationAdapter.streamPlayItemPause(ISubscriberStream stream, IPlayItem item, int position) voidMultiThreadedApplicationAdapter.streamPlayItemPlay(ISubscriberStream stream, IPlayItem item, boolean isLive) voidMultiThreadedApplicationAdapter.streamPlayItemResume(ISubscriberStream stream, IPlayItem item, int position) voidMultiThreadedApplicationAdapter.streamPlayItemSeek(ISubscriberStream stream, IPlayItem item, int position) voidMultiThreadedApplicationAdapter.streamPlayItemStop(ISubscriberStream stream, IPlayItem item) -
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
Fields in org.red5.server.stream declared as IPlayItemModifier and TypeFieldDescriptionprivate IPlayItemPlayEngine.currentItemprotected IPlayItemServerStream.currentItemCurrent itemprivate IPlayItemSingleItemSubscriberStream.itemFields in org.red5.server.stream with type parameters of type IPlayItemModifier and TypeFieldDescriptionprivate final LinkedList<IPlayItem>PlaylistSubscriberStream.itemsPlaylist itemsprotected CopyOnWriteArrayList<IPlayItem>ServerStream.itemsList of items in this playlistMethods in org.red5.server.stream that return IPlayItemModifier 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.Methods in org.red5.server.stream that return types with arguments of type IPlayItemMethods in org.red5.server.stream with parameters of type IPlayItemModifier and TypeMethodDescriptionvoidAdd an item to the list.voidAdd an item to specific index.voidAdd 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.htmlprotected voidPlay a specific IPlayItem.booleanReplaces an item in the list with another item.private voidPlayEngine.sendInsufficientBandwidthStatus(IPlayItem item) Insufficient bandwidth notificationprivate voidPlayEngine.sendPauseStatus(IPlayItem item) Send pause status notificationprivate voidPlayEngine.sendPublishedStatus(IPlayItem item) Send published status notificationprivate voidPlayEngine.sendResetStatus(IPlayItem item) Send reset status for itemprivate voidPlayEngine.sendResumeStatus(IPlayItem item) Send resume status notificationprivate voidPlayEngine.sendSeekStatus(IPlayItem item, int position) Send seek status notificationprivate voidPlayEngine.sendStartStatus(IPlayItem item) Send playback start status notificationprivate voidPlayEngine.sendStopStatus(IPlayItem item) Send playback stoppage status notificationprivate voidPlayEngine.sendStreamNotFoundStatus(IPlayItem item) Stream not found status notificationprivate voidPlayEngine.sendUnpublishedStatus(IPlayItem item) Send unpublished status notificationprivate voidPlayEngine.sendVODInitCM(IPlayItem item) Send VOD init control messagevoidSingleItemSubscriberStream.setPlayItem(IPlayItem item)