|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.api.stream.support.StreamUtils
public abstract class StreamUtils
Stream helper methods.
Constructor Summary | |
---|---|
StreamUtils()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamUtils()
Method Detail |
---|
public static IServerStream createServerStream(IScope scope, String name)
scope
- Scope of streamname
- Name of stream
public static IServerStream getServerStream(IScope scope, String name)
scope
- Scope of streamname
- Name of stream
public static void putServerStream(IScope scope, String name, IServerStream stream)
scope
- Scope of streamname
- Name of streamstream
- ServerStream objectpublic static void removeServerStream(IScope scope, String name)
scope
- Scope of streamname
- Name of stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |