public abstract class StreamUtils extends Object
| Constructor and Description |
|---|
StreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static IServerStream |
createServerStream(IScope scope,
String name)
Creates server stream
|
static IServerStream |
getServerStream(IScope scope,
String name)
Looks up a server stream in the stream map.
|
static void |
putServerStream(IScope scope,
String name,
IServerStream stream)
Puts a server stream in the stream map
|
static void |
removeServerStream(IScope scope,
String name)
Removes a server stream from the stream map
|
public static IServerStream createServerStream(IScope scope, String name)
scope - Scope of streamname - Name of streampublic static IServerStream getServerStream(IScope scope, String name)
scope - Scope of streamname - Name of streampublic static void putServerStream(IScope scope, String name, IServerStream stream)
scope - Scope of streamname - Name of streamstream - ServerStream objectCopyright © 2006-2012 The Red5 Project