Uses of Interface
org.red5.server.messaging.IProvider
Packages that use IProvider
Package
Description
-
Uses of IProvider in io.antmedia.muxer
Classes in io.antmedia.muxer that implement IProviderModifier and TypeClassDescriptionclassLightweight provider that converts encoded H.264 / AACAVPackets coming fromPacketFeederinto Red5 RTMP messages and pushes them to anInMemoryPushPushPipe. -
Uses of IProvider in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return IProviderModifier and TypeMethodDescriptionIBroadcastStream.getProvider()Get the provider corresponding to this stream. -
Uses of IProvider in org.red5.server.messaging
Subinterfaces of IProvider in org.red5.server.messagingModifier and TypeInterfaceDescriptioninterfaceFilter marker interface groups consumer and provider interfacesinterfaceA provider that supports passive pulling of messages.Fields in org.red5.server.messaging declared as IProviderFields in org.red5.server.messaging with type parameters of type IProviderModifier and TypeFieldDescriptionprotected CopyOnWriteArrayList<IProvider>AbstractPipe.providersPipe providers listMethods in org.red5.server.messaging that return IProviderModifier and TypeMethodDescriptionPipeConnectionEvent.getProvider()Return pipe connection providerMethods in org.red5.server.messaging that return types with arguments of type IProviderModifier and TypeMethodDescriptionAbstractPipe.getProviders()Getter for providersIMessageOutput.getProviders()Getter for providersMethods in org.red5.server.messaging with parameters of type IProviderModifier and TypeMethodDescriptionstatic final PipeConnectionEventPipeConnectionEvent.build(AbstractPipe source, PipeConnectionEvent.EventType type, IProvider provider, Map<String, Object> paramMap) Builds a PipeConnectionEvent with a source pipe and provider.static voidConnect a provider/consumer with a pipe.static voidPipeUtils.disconnect(IProvider provider, IPipe pipe, IConsumer consumer) Disconnect a provider/consumer from a pipe.protected voidAbstractPipe.fireProviderConnectionEvent(IProvider provider, PipeConnectionEvent.EventType type, Map<String, Object> paramMap) Broadcast provider connection eventvoidAbstractPipe.sendOOBControlMessage(IProvider provider, OOBControlMessage oobCtrlMsg) Send out-of-band ("special") control message to all consumersvoidIMessageOutput.sendOOBControlMessage(IProvider provider, OOBControlMessage oobCtrlMsg) Send OOB Control Message to all consumers on the other side of pipe.booleanConnect provider to this pipe.booleanConnect to a provider.booleanConnect provider to this pipe.booleanConnect provider to this pipe.booleanAbstractPipe.unsubscribe(IProvider provider) Disconnects provider from this pipe.booleanIMessageOutput.unsubscribe(IProvider provider) Disconnect from a provider.Constructors in org.red5.server.messaging with parameters of type IProviderModifierConstructorDescriptionprivatePipeConnectionEvent(AbstractPipe source, PipeConnectionEvent.EventType type, IProvider provider, Map<String, Object> paramMap) Construct an object with the specific pipe as the source -
Uses of IProvider in org.red5.server.scope
Methods in org.red5.server.scope that return types with arguments of type IProviderMethods in org.red5.server.scope with parameters of type IProviderModifier and TypeMethodDescriptionvoidBroadcastScope.sendOOBControlMessage(IProvider provider, OOBControlMessage oobCtrlMsg) Send out-of-band ("special") control messagebooleanConnect scope's pipe with given providerbooleanBroadcastScope.unsubscribe(IProvider provider) Disconnects scope's pipe from given provider -
Uses of IProvider in org.red5.server.stream
Subinterfaces of IProvider in org.red5.server.streamModifier and TypeInterfaceDescriptioninterfaceProvider that is seekableinterfaceInterface for providers that know if they contain video frames.Classes in org.red5.server.stream that implement IProviderModifier and TypeClassDescriptionclassRepresents live stream broadcasted from client.classA play engine for playing a IPlayItem.classAn implementation for server side stream.Methods in org.red5.server.stream that return IProviderModifier and TypeMethodDescriptionClientBroadcastStream.getProvider()Getter for providerServerStream.getProvider()Get the provider corresponding to this stream. -
Uses of IProvider in org.red5.server.stream.filter
Classes in org.red5.server.stream.filter that implement IProvider -
Uses of IProvider in org.red5.server.stream.provider
Classes in org.red5.server.stream.provider that implement IProviderModifier and TypeClassDescriptionclassProvides connection via pipeclassPullable provider for files