Package org.red5.server.stream
Class PlayEngine.Builder
java.lang.Object
org.red5.server.stream.PlayEngine.Builder
- Enclosing class:
- PlayEngine
Builder pattern
-
Field Summary
Modifier and TypeFieldDescriptionprivate IConsumerService
private IProviderService
private ISchedulingService
private ISubscriberStream
-
Constructor Summary
ConstructorDescriptionBuilder
(ISubscriberStream subscriberStream, ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService) -
Method Summary
-
Field Details
-
subscriberStream
-
schedulingService
-
consumerService
-
providerService
-
-
Constructor Details
-
Builder
public Builder(ISubscriberStream subscriberStream, ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService)
-
-
Method Details
-
build
-