Uses of Interface
org.red5.server.api.stream.IPlaylistController
Packages that use IPlaylistController
-
Uses of IPlaylistController in org.red5.server.api.stream
Methods in org.red5.server.api.stream with parameters of type IPlaylistControllerModifier and TypeMethodDescriptionvoidIPlaylist.setPlaylistController(IPlaylistController controller) Set list controller. -
Uses of IPlaylistController in org.red5.server.stream
Classes in org.red5.server.stream that implement IPlaylistControllerModifier and TypeClassDescriptionclassSimple playlist controller implementationFields in org.red5.server.stream declared as IPlaylistControllerModifier and TypeFieldDescriptionprivate IPlaylistControllerPlaylistSubscriberStream.controllerPlaylist controllerprotected IPlaylistControllerServerStream.controllerActual playlist controllerprivate IPlaylistControllerPlaylistSubscriberStream.defaultControllerDefault playlist controllerprotected IPlaylistControllerServerStream.defaultControllerDefault playlist controllerMethods in org.red5.server.stream with parameters of type IPlaylistControllerModifier and TypeMethodDescriptionvoidPlaylistSubscriberStream.setPlaylistController(IPlaylistController controller) Set list controller.voidServerStream.setPlaylistController(IPlaylistController controller) Set list controller.