com.wowza.util
Interface IBandwidthThrottler


public interface IBandwidthThrottler


Method Summary
 long getByteAllocation(long request)
          Requests bytes from the bandwidth throttler interface.
 

Method Detail

getByteAllocation

long getByteAllocation(long request)
Requests bytes from the bandwidth throttler interface. Return value is the number of bytes allocated

Parameters:
request - request number of bytes
Returns:
allocated number of bytes