Package | Description |
---|---|
org.red5.server.api.scope | |
org.red5.server.api.stream | |
org.red5.server.net.rtmp | |
org.red5.server.scope | |
org.red5.server.stream |
Modifier and Type | Method and Description |
---|---|
IClientBroadcastStream |
IBroadcastScope.getClientBroadcastStream() |
Modifier and Type | Method and Description |
---|---|
void |
IBroadcastScope.setClientBroadcastStream(IClientBroadcastStream clientBroadcastStream) |
Modifier and Type | Method and Description |
---|---|
IClientBroadcastStream |
IStreamCapableConnection.newBroadcastStream(int streamId)
Create a broadcast stream.
|
Modifier and Type | Method and Description |
---|---|
IClientBroadcastStream |
RTMPConnection.newBroadcastStream(int streamId)
Create a broadcast stream.
|
Modifier and Type | Method and Description |
---|---|
IClientBroadcastStream |
BroadcastScope.getClientBroadcastStream()
Returns the client broadcast stream
|
Modifier and Type | Method and Description |
---|---|
void |
BroadcastScope.setClientBroadcastStream(IClientBroadcastStream clientBroadcastStream)
Sets the client broadcast stream
|
Modifier and Type | Class and Description |
---|---|
class |
ClientBroadcastStream
Represents live stream broadcasted from client.
|
Copyright © 2006-2012 The Red5 Project