Uses of Interface
org.red5.server.api.stream.IServerStream
-
Uses of IServerStream in org.red5.server.api.stream.support
Modifier and TypeFieldDescriptionprivate static ConcurrentMap<String,
IServerStream> StreamUtils.serverStreamMap
Modifier and TypeMethodDescriptionstatic IServerStream
StreamUtils.createServerStream
(IScope scope, String name) Creates server streamstatic IServerStream
StreamUtils.getServerStream
(IScope scope, String name) Looks up a server stream in the stream map.Modifier and TypeMethodDescriptionstatic void
StreamUtils.putServerStream
(IScope scope, String name, IServerStream stream) Puts a server stream in the stream map -
Uses of IServerStream in org.red5.server.stream