Package | Description |
---|---|
org.red5.server.api.stream.support | |
org.red5.server.stream |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
StreamUtils.putServerStream(IScope scope,
String name,
IServerStream stream)
Puts a server stream in the stream map
|
Modifier and Type | Class and Description |
---|---|
class |
ServerStream
An implementation for server side stream.
|
Copyright © 2006-2012 The Red5 Project