Uses of Interface
org.red5.server.api.IBandwidthConfigure

Packages that use IBandwidthConfigure
org.red5.server   
org.red5.server.api   
org.red5.server.api.stream.support   
org.red5.server.net.rtmp   
org.red5.server.stream   
 

Uses of IBandwidthConfigure in org.red5.server
 

Methods in org.red5.server that return IBandwidthConfigure
 IBandwidthConfigure Client.getBandwidthConfigure()
          Return bandwidth configuration context, that is, broadcasting bandwidth and quality settings for this client
 

Methods in org.red5.server with parameters of type IBandwidthConfigure
 void Client.setBandwidthConfigure(IBandwidthConfigure config)
          Set new bandwidth configuration context
 

Uses of IBandwidthConfigure in org.red5.server.api
 

Subinterfaces of IBandwidthConfigure in org.red5.server.api
 interface IConnectionBWConfig
          The bandwidth configure for connection that has an extra property "upstreamBandwidth" which is not used by Bandwidth Control Framework in Red5.
 

Methods in org.red5.server.api that return IBandwidthConfigure
 IBandwidthConfigure IBWControllable.getBandwidthConfigure()
          Return bandwidth configuration object.
 

Methods in org.red5.server.api with parameters of type IBandwidthConfigure
 void IBWControllable.setBandwidthConfigure(IBandwidthConfigure config)
          Setter for bandwidth configuration
 

Uses of IBandwidthConfigure in org.red5.server.api.stream.support
 

Classes in org.red5.server.api.stream.support that implement IBandwidthConfigure
 class SimpleBandwidthConfigure
          This class is the only IBandwidthConfigure implementation provided in 0.6.
 class SimpleConnectionBWConfig
          Simple implementation of connection bandwidth configuration.
 

Constructors in org.red5.server.api.stream.support with parameters of type IBandwidthConfigure
SimpleBandwidthConfigure(IBandwidthConfigure config)
           
 

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

Methods in org.red5.server.net.rtmp that return IBandwidthConfigure
 IBandwidthConfigure RTMPConnection.getBandwidthConfigure()
          Return bandwidth configuration object.
 

Methods in org.red5.server.net.rtmp with parameters of type IBandwidthConfigure
 void RTMPConnection.setBandwidthConfigure(IBandwidthConfigure config)
          Setter for bandwidth configuration
 

Uses of IBandwidthConfigure in org.red5.server.stream
 

Methods in org.red5.server.stream that return IBandwidthConfigure
 IBandwidthConfigure AbstractClientStream.getBandwidthConfigure()
          Return stream bandwidth configuration
 

Methods in org.red5.server.stream with parameters of type IBandwidthConfigure
 void AbstractClientStream.setBandwidthConfigure(IBandwidthConfigure config)
          Setter for bandwidth config
 void PlaylistSubscriberStream.setBandwidthConfigure(IBandwidthConfigure config)
          Setter for bandwidth config
 



Copyright © 2006-2009 The Red5 Project