Uses of Interface
org.red5.server.api.stream.IClientBroadcastStream

Packages that use IClientBroadcastStream
org.red5.server.api.scope   
org.red5.server.api.stream   
org.red5.server.net.rtmp   
org.red5.server.scope   
org.red5.server.stream   
 

Uses of IClientBroadcastStream in org.red5.server.api.scope
 

Methods in org.red5.server.api.scope that return IClientBroadcastStream
 IClientBroadcastStream IBroadcastScope.getClientBroadcastStream()
           
 

Methods in org.red5.server.api.scope with parameters of type IClientBroadcastStream
 void IBroadcastScope.setClientBroadcastStream(IClientBroadcastStream clientBroadcastStream)
           
 

Uses of IClientBroadcastStream in org.red5.server.api.stream
 

Methods in org.red5.server.api.stream that return IClientBroadcastStream
 IClientBroadcastStream IStreamCapableConnection.newBroadcastStream(int streamId)
          Create a broadcast stream.
 

Uses of IClientBroadcastStream in org.red5.server.net.rtmp
 

Methods in org.red5.server.net.rtmp that return IClientBroadcastStream
 IClientBroadcastStream RTMPConnection.newBroadcastStream(int streamId)
          Create a broadcast stream.
 

Uses of IClientBroadcastStream in org.red5.server.scope
 

Methods in org.red5.server.scope that return IClientBroadcastStream
 IClientBroadcastStream BroadcastScope.getClientBroadcastStream()
          Returns the client broadcast stream
 

Methods in org.red5.server.scope with parameters of type IClientBroadcastStream
 void 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 IClientBroadcastStream
 class ClientBroadcastStream
          Represents live stream broadcasted from client.
 



Copyright © 2006-2012 The Red5 Project