Uses of Interface
org.red5.server.api.stream.IClientBroadcastStream
Packages that use IClientBroadcastStream
Package
Description
-
Uses of IClientBroadcastStream in org.red5.server.api.scope
Methods in org.red5.server.api.scope that return IClientBroadcastStreamMethods in org.red5.server.api.scope with parameters of type IClientBroadcastStreamModifier and TypeMethodDescriptionvoid
IBroadcastScope.setClientBroadcastStream
(IClientBroadcastStream clientBroadcastStream) -
Uses of IClientBroadcastStream in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return IClientBroadcastStreamModifier and TypeMethodDescriptionIStreamCapableConnection.newBroadcastStream
(Number streamId) Create a broadcast stream. -
Uses of IClientBroadcastStream in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp that return IClientBroadcastStreamModifier and TypeMethodDescriptionRTMPConnection.newBroadcastStream
(Number streamId) Create a broadcast stream. -
Uses of IClientBroadcastStream in org.red5.server.scope
Fields in org.red5.server.scope declared as IClientBroadcastStreamModifier and TypeFieldDescriptionprivate IClientBroadcastStream
BroadcastScope.clientBroadcastStream
Broadcasting stream associated with this scopeMethods in org.red5.server.scope that return IClientBroadcastStreamModifier and TypeMethodDescriptionBroadcastScope.getClientBroadcastStream()
Returns the client broadcast streamMethods in org.red5.server.scope with parameters of type IClientBroadcastStreamModifier and TypeMethodDescriptionvoid
BroadcastScope.setClientBroadcastStream
(IClientBroadcastStream clientBroadcastStream) Sets the client broadcast stream -
Uses of IClientBroadcastStream in org.red5.server.stream
Classes in org.red5.server.stream that implement IClientBroadcastStreamModifier and TypeClassDescriptionclass
Represents live stream broadcasted from client.