org.red5.server.api.stream.support
Class StreamUtils

java.lang.Object
  extended by 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)

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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamUtils

public StreamUtils()
Method Detail

createServerStream

public static IServerStream createServerStream(IScope scope,
                                               String name)
Creates server stream

Parameters:
scope - Scope of stream
name - Name of stream
Returns:
IServerStream object

getServerStream

public static IServerStream getServerStream(IScope scope,
                                            String name)
Looks up a server stream

Parameters:
scope - Scope of stream
name - Name of stream
Returns:
IServerStream object


Copyright © 2006-2007 the Red5 project.