org.red5.server.api.stream
Interface ISubscriberStreamService
- All Superinterfaces:
- IScopeService
- All Known Implementing Classes:
- ApplicationAdapter, MultiThreadedApplicationAdapter
public interface ISubscriberStreamService
- extends IScopeService
BEAN_NAME
static final String BEAN_NAME
- See Also:
- Constant Field Values
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
Copyright © 2006-2012 The Red5 Project