org.red5.server.api.stream
Interface IBroadcastStreamService
- All Known Implementing Classes:
- ApplicationAdapter, MultiThreadedApplicationAdapter
public interface IBroadcastStreamService
BROADCAST_STREAM_SERVICE
static final String BROADCAST_STREAM_SERVICE
- See Also:
- Constant Field Values
hasBroadcastStream
boolean hasBroadcastStream(IScope scope,
String name)
- Does the scope have a broadcast stream registered with a given name
- Parameters:
scope
- the scope to check for the streamname
- name of the broadcast
- Returns:
- true is a stream exists, otherwise false
getBroadcastStream
IBroadcastStream getBroadcastStream(IScope scope,
String name)
- Get a broadcast stream by name
- Parameters:
scope
- the scope to return the stream fromname
- the name of the broadcast
- Returns:
- broadcast stream object
getBroadcastStreamNames
Set<String> getBroadcastStreamNames(IScope scope)
- Get a set containing the names of all the broadcasts
- Parameters:
scope
- the scope to search for streams
- Returns:
- set containing all broadcast names
Copyright © 2006-2012 The Red5 Project