Uses of Interface
org.red5.server.api.stream.IServerStream
Packages that use IServerStream
-
Uses of IServerStream in org.red5.server.api.stream.support
Fields in org.red5.server.api.stream.support with type parameters of type IServerStreamModifier and TypeFieldDescriptionprivate static ConcurrentMap<String,
IServerStream> StreamUtils.serverStreamMap
Methods in org.red5.server.api.stream.support that return IServerStreamModifier 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.Methods in org.red5.server.api.stream.support with parameters of type IServerStreamModifier 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
Classes in org.red5.server.stream that implement IServerStream