|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClientBroadcastStream | |
---|---|
org.red5.server.api.scope | |
org.red5.server.api.stream | |
org.red5.server.net.rtmp | |
org.red5.server.scope | |
org.red5.server.stream |
Uses of IClientBroadcastStream in org.red5.server.api.scope |
---|
Methods in org.red5.server.api.scope that return IClientBroadcastStream | |
---|---|
IClientBroadcastStream |
IBroadcastScope.getClientBroadcastStream()
|
Methods in org.red5.server.api.scope with parameters of type IClientBroadcastStream | |
---|---|
void |
IBroadcastScope.setClientBroadcastStream(IClientBroadcastStream clientBroadcastStream)
|
Uses of IClientBroadcastStream in org.red5.server.api.stream |
---|
Methods in org.red5.server.api.stream that return IClientBroadcastStream | |
---|---|
IClientBroadcastStream |
IStreamCapableConnection.newBroadcastStream(int streamId)
Create a broadcast stream. |
Uses of IClientBroadcastStream in org.red5.server.net.rtmp |
---|
Methods in org.red5.server.net.rtmp that return IClientBroadcastStream | |
---|---|
IClientBroadcastStream |
RTMPConnection.newBroadcastStream(int streamId)
Create a broadcast stream. |
Uses of IClientBroadcastStream in org.red5.server.scope |
---|
Methods in org.red5.server.scope that return IClientBroadcastStream | |
---|---|
IClientBroadcastStream |
BroadcastScope.getClientBroadcastStream()
Returns the client broadcast stream |
Methods in org.red5.server.scope with parameters of type IClientBroadcastStream | |
---|---|
void |
BroadcastScope.setClientBroadcastStream(IClientBroadcastStream clientBroadcastStream)
Sets the client broadcast stream |
Uses of IClientBroadcastStream in org.red5.server.stream |
---|
Classes in org.red5.server.stream that implement IClientBroadcastStream | |
---|---|
class |
ClientBroadcastStream
Represents live stream broadcasted from client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |