public interface ISubscriberStreamService extends IScopeService
Modifier and Type | Method and Description |
---|---|
ISubscriberStream |
getSubscriberStream(IScope scope,
String name)
Returns a stream that can subscribe a broadcast stream with the given
name using "IBroadcastStream.subscribe".
|
static final String BEAN_NAME
ISubscriberStream getSubscriberStream(IScope scope, String name)
scope
- the scope to return the stream fromname
- the name of the streamCopyright © 2006-2012 The Red5 Project