org.red5.server.api.stream
Interface IOnDemandStreamService
- All Superinterfaces:
- IScopeService
- All Known Implementing Classes:
- ApplicationAdapter, MultiThreadedApplicationAdapter
public interface IOnDemandStreamService
- extends IScopeService
BEAN_NAME
static final String BEAN_NAME
- See Also:
- Constant Field Values
hasOnDemandStream
boolean hasOnDemandStream(IScope scope,
String name)
- Has the service an on-demand stream with the passed name?
- Parameters:
scope
- the scope to check for the streamname
- the name of the stream
- Returns:
- true if the stream exists, false otherwise
getOnDemandStream
IOnDemandStream getOnDemandStream(IScope scope,
String name)
- Get a stream that can be used for playback of the on-demand stream
- Parameters:
scope
- the scope to return the stream fromname
- the name of the stream
- Returns:
- the on-demand stream
Copyright © 2006-2012 The Red5 Project