org.red5.server.api.stream.support
Class StreamUtils
java.lang.Object
org.red5.server.api.stream.support.StreamUtils
public abstract class StreamUtils
- extends Object
Stream helper methods.
- Author:
- The Red5 Project (red5@osflash.org), Steven Gong (steven.gong@gmail.com), Paul Gregoire (mondain@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamUtils
public StreamUtils()
createServerStream
public static IServerStream createServerStream(IScope scope,
String name)
- Creates server stream
- Parameters:
scope - Scope of streamname - Name of stream
- Returns:
- IServerStream object
getServerStream
public static IServerStream getServerStream(IScope scope,
String name)
- Looks up a server stream
- Parameters:
scope - Scope of streamname - Name of stream
- Returns:
- IServerStream object
Copyright © 2006-2007 the Red5 project.