public interface IBroadcastStreamService
Modifier and Type | Field and Description |
---|---|
static String |
BROADCAST_STREAM_SERVICE |
Modifier and Type | Method and Description |
---|---|
IBroadcastStream |
getBroadcastStream(IScope scope,
String name)
Get a broadcast stream by name
|
Set<String> |
getBroadcastStreamNames(IScope scope)
Get a set containing the names of all the broadcasts
|
boolean |
hasBroadcastStream(IScope scope,
String name)
Does the scope have a broadcast stream registered with a given name
|
static final String BROADCAST_STREAM_SERVICE
boolean hasBroadcastStream(IScope scope, String name)
scope
- the scope to check for the streamname
- name of the broadcastIBroadcastStream getBroadcastStream(IScope scope, String name)
scope
- the scope to return the stream fromname
- the name of the broadcastCopyright © 2006-2012 The Red5 Project