|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IServerStream | |
---|---|
org.red5.server.api.stream.support | |
org.red5.server.stream |
Uses of IServerStream in org.red5.server.api.stream.support |
---|
Methods in org.red5.server.api.stream.support that return IServerStream | |
---|---|
static IServerStream |
StreamUtils.createServerStream(IScope scope,
String name)
Creates server stream |
static IServerStream |
StreamUtils.getServerStream(IScope scope,
String name)
Looks up a server stream in the stream map. |
Methods in org.red5.server.api.stream.support with parameters of type IServerStream | |
---|---|
static void |
StreamUtils.putServerStream(IScope scope,
String name,
IServerStream stream)
Puts a server stream in the stream map |
Uses of IServerStream in org.red5.server.stream |
---|
Classes in org.red5.server.stream that implement IServerStream | |
---|---|
class |
ServerStream
An implementation for server side stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |