Uses of Interface
org.red5.server.stream.IConsumerService
Packages that use IConsumerService
-
Uses of IConsumerService in org.red5.server.stream
Classes in org.red5.server.stream that implement IConsumerServiceFields in org.red5.server.stream declared as IConsumerServiceModifier and TypeFieldDescriptionprivate IConsumerService
PlayEngine.Builder.consumerService
private IConsumerService
PlayEngine.consumerService
Methods in org.red5.server.stream with parameters of type IConsumerServiceModifier and TypeMethodDescription(package private) PlayEngine
PlaylistSubscriberStream.createEngine
(ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService) Creates a play engine based on current services (scheduling service, consumer service, and provider service).(package private) PlayEngine
SingleItemSubscriberStream.createEngine
(ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService) Creates a play engine based on current services (scheduling service, consumer service, and provider service).Constructors in org.red5.server.stream with parameters of type IConsumerServiceModifierConstructorDescriptionBuilder
(ISubscriberStream subscriberStream, ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService)