Package org.red5.server.api.service
Interface ISubscriberStreamService
-
- All Superinterfaces:
IScopeService
- All Known Implementing Classes:
ApplicationAdapter
,MultiThreadedApplicationAdapter
public interface ISubscriberStreamService extends IScopeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISubscriberStream
getSubscriberStream(IScope scope, String name)
Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".
-
-
-
Field Detail
-
BEAN_NAME
static final String BEAN_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSubscriberStream
ISubscriberStream getSubscriberStream(IScope scope, String name)
Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".- Parameters:
scope
- the scope to return the stream fromname
- the name of the stream- Returns:
- the stream object
-
-