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 IConsumerServicePlayEngine.Builder.consumerServiceprivate IConsumerServicePlayEngine.consumerServiceMethods in org.red5.server.stream with parameters of type IConsumerServiceModifier and TypeMethodDescription(package private) PlayEnginePlaylistSubscriberStream.createEngine(ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService) Creates a play engine based on current services (scheduling service, consumer service, and provider service).(package private) PlayEngineSingleItemSubscriberStream.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)