org.red5.server.api.stream
public interface IOnDemandStreamService extends IScopeService
Modifier and Type | Method and Description |
---|---|
IOnDemandStream |
getOnDemandStream(IScope scope,
String name)
Get a stream that can be used for playback of the on-demand stream
|
boolean |
hasOnDemandStream(IScope scope,
String name)
Has the service an on-demand stream with the passed name?
|
static final String BEAN_NAME
boolean hasOnDemandStream(IScope scope, String name)
scope
- the scope to check for the streamname
- the name of the streamIOnDemandStream getOnDemandStream(IScope scope, String name)
scope
- the scope to return the stream fromname
- the name of the streamCopyright © 2006-2012 The Red5 Project