|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBWControlContext | |
---|---|
org.red5.server.stream |
Uses of IBWControlContext in org.red5.server.stream |
---|
Classes in org.red5.server.stream that implement IBWControlContext | |
---|---|
protected class |
SimpleBWControlService.BWContext
|
Methods in org.red5.server.stream that return IBWControlContext | |
---|---|
IBWControlContext |
DummyBWControlService.lookupContext(IBWControllable bc)
|
IBWControlContext |
IBWControlService.lookupContext(IBWControllable bc)
Lookup the registry context according to the controllable. |
IBWControlContext |
SimpleBWControlService.lookupContext(IBWControllable bc)
|
IBWControlContext |
DummyBWControlService.registerBWControllable(IBWControllable bc)
|
IBWControlContext |
IBWControlService.registerBWControllable(IBWControllable bc)
Register a bandwidth controllable. |
IBWControlContext |
SimpleBWControlService.registerBWControllable(IBWControllable bc)
|
Methods in org.red5.server.stream with parameters of type IBWControlContext | |
---|---|
ITokenBucket |
DummyBWControlService.getAudioBucket(IBWControlContext context)
|
ITokenBucket |
IBWControlService.getAudioBucket(IBWControlContext context)
Return the token bucket for audio channel. |
ITokenBucket |
SimpleBWControlService.getAudioBucket(IBWControlContext context)
|
ITokenBucket |
DummyBWControlService.getDataBucket(IBWControlContext context)
|
ITokenBucket |
IBWControlService.getDataBucket(IBWControlContext context)
Return the token bucket for data channel. |
ITokenBucket |
SimpleBWControlService.getDataBucket(IBWControlContext context)
|
ITokenBucket |
DummyBWControlService.getVideoBucket(IBWControlContext context)
|
ITokenBucket |
IBWControlService.getVideoBucket(IBWControlContext context)
Return the token bucket for video channel. |
ITokenBucket |
SimpleBWControlService.getVideoBucket(IBWControlContext context)
|
void |
DummyBWControlService.resetBuckets(IBWControlContext context)
|
void |
IBWControlService.resetBuckets(IBWControlContext context)
Reset all the token buckets for a controllable. |
void |
SimpleBWControlService.resetBuckets(IBWControlContext context)
|
void |
PlayEngine.setBandwidthController(IBWControlService bwController,
IBWControlContext bwContext)
|
void |
DummyBWControlService.unregisterBWControllable(IBWControlContext context)
|
void |
IBWControlService.unregisterBWControllable(IBWControlContext context)
Unregister the bandwidth controllable. |
void |
SimpleBWControlService.unregisterBWControllable(IBWControlContext context)
|
void |
DummyBWControlService.updateBWConfigure(IBWControlContext context)
|
void |
IBWControlService.updateBWConfigure(IBWControlContext context)
Update the bandwidth configuration of a controllable. |
void |
SimpleBWControlService.updateBWConfigure(IBWControlContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |