| Package | Description |
|---|---|
| org.red5.server.api.scope | |
| org.red5.server.api.stream | |
| org.red5.server.api.stream.support | |
| org.red5.server.messaging | |
| org.red5.server.stream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBroadcastScope
Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
IMessageInput |
IPlayItem.getMessageInput()
Get a message input for play.
|
| Modifier and Type | Field and Description |
|---|---|
protected IMessageInput |
DynamicPlayItem.msgInput
Message source
|
protected IMessageInput |
SimplePlayItem.msgInput
Message source
|
| Modifier and Type | Method and Description |
|---|---|
IMessageInput |
DynamicPlayItem.getMessageInput()
Returns IMessageInput object.
|
IMessageInput |
SimplePlayItem.getMessageInput()
Returns IMessageInput object.
|
IMessageInput |
DynamicPlayItem.getMsgInput()
Alias for getMessageInput
|
IMessageInput |
SimplePlayItem.getMsgInput()
Alias for getMessageInput
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicPlayItem.setMsgInput(IMessageInput msgInput)
Setter for message input
|
void |
SimplePlayItem.setMsgInput(IMessageInput msgInput)
Setter for message input
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPipe
A pipe is an object that connects message providers and message consumers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipe
Abstract pipe that books providers/consumers and listeners.
|
class |
InMemoryPushPushPipe
A simple in-memory version of push-push pipe.
|
| Modifier and Type | Method and Description |
|---|---|
IMessageInput |
IProviderService.getLiveProviderInput(IScope scope,
String name,
boolean needCreate)
Get a named Live provider as the source of input.
|
IMessageInput |
IProviderService.getProviderInput(IScope scope,
String name)
Get a named provider as the source of input.
|
IMessageInput |
IProviderService.getVODProviderInput(IScope scope,
String name)
Get a named VOD provider as the source of input.
|
Copyright © 2005–2017 Red5. All rights reserved.