Uses of Interface
org.red5.server.api.stream.IClientBroadcastStream
Package
Description
-
Uses of IClientBroadcastStream in org.red5.server.api.scope
Modifier and TypeMethodDescriptionvoid
IBroadcastScope.setClientBroadcastStream
(IClientBroadcastStream clientBroadcastStream) -
Uses of IClientBroadcastStream in org.red5.server.api.stream
Modifier and TypeMethodDescriptionIStreamCapableConnection.newBroadcastStream
(Number streamId) Create a broadcast stream. -
Uses of IClientBroadcastStream in org.red5.server.net.rtmp
Modifier and TypeMethodDescriptionRTMPConnection.newBroadcastStream
(Number streamId) Create a broadcast stream. -
Uses of IClientBroadcastStream in org.red5.server.scope
Modifier and TypeFieldDescriptionprivate IClientBroadcastStream
BroadcastScope.clientBroadcastStream
Broadcasting stream associated with this scopeModifier and TypeMethodDescriptionBroadcastScope.getClientBroadcastStream()
Returns the client broadcast streamModifier and TypeMethodDescriptionvoid
BroadcastScope.setClientBroadcastStream
(IClientBroadcastStream clientBroadcastStream) Sets the client broadcast stream -
Uses of IClientBroadcastStream in org.red5.server.stream
Modifier and TypeClassDescriptionclass
Represents live stream broadcasted from client.