Uses of Interface
org.red5.server.messaging.IMessageInput
Package
Description
-
Uses of IMessageInput in org.red5.server.api.scope
Modifier and TypeInterfaceDescriptioninterface
Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities. -
Uses of IMessageInput in org.red5.server.api.stream
-
Uses of IMessageInput in org.red5.server.api.stream.support
Modifier and TypeFieldDescriptionprotected IMessageInput
DynamicPlayItem.msgInput
Message sourceprotected IMessageInput
SimplePlayItem.msgInput
Message sourceModifier and TypeMethodDescriptionDynamicPlayItem.getMessageInput()
Returns IMessageInput object.SimplePlayItem.getMessageInput()
Returns IMessageInput object.DynamicPlayItem.getMsgInput()
Alias for getMessageInputSimplePlayItem.getMsgInput()
Alias for getMessageInputModifier and TypeMethodDescriptionvoid
DynamicPlayItem.setMsgInput
(IMessageInput msgInput) Setter for message inputvoid
SimplePlayItem.setMsgInput
(IMessageInput msgInput) Setter for message input -
Uses of IMessageInput in org.red5.server.messaging
Modifier and TypeInterfaceDescriptioninterface
A pipe is an object that connects message providers and message consumers.Modifier and TypeClassDescriptionclass
Abstract pipe that books providers/consumers and listeners.class
A simple in-memory version of pull-pull pipe.class
A simple in-memory version of push-push pipe. -
Uses of IMessageInput in org.red5.server.scope
Modifier and TypeClassDescriptionclass
Scope type for publishing that deals with pipe connection events, like async message listening in JMS -
Uses of IMessageInput in org.red5.server.stream
Modifier and TypeFieldDescriptionprivate final AtomicReference<IMessageInput>
PlayEngine.msgInReference
Modifier and TypeMethodDescriptionIProviderService.getLiveProviderInput
(IScope scope, String name, boolean needCreate) Get a named Live provider as the source of input.ProviderService.getLiveProviderInput
(IScope scope, String name, boolean needCreate) Get a named Live provider as the source of input.IProviderService.getProviderInput
(IScope scope, String name) Get a named provider as the source of input.ProviderService.getProviderInput
(IScope scope, String name) Get a named provider as the source of input.IProviderService.getVODProviderInput
(IScope scope, String name) Get a named VOD provider as the source of input.ProviderService.getVODProviderInput
(IScope scope, String name) Get a named VOD provider as the source of input.Modifier and TypeMethodDescriptionprivate void
ServerStream.sendVODInitCM
(IMessageInput msgIn, int start) Send VOD initialization control messageprivate void
ServerStream.sendVODSeekCM
(IMessageInput msgIn, int position) Send VOD seek control message