mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Clarify @param bufferSizeContribution documentation.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=112127698
This commit is contained in:
parent
59cf3e02f5
commit
5ef1123391
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public interface LoadControl {
|
||||||
* Registers a loader.
|
* Registers a loader.
|
||||||
*
|
*
|
||||||
* @param loader The loader being registered.
|
* @param loader The loader being registered.
|
||||||
* @param bufferSizeContribution For controls whose {@link Allocator}s maintain a pool of memory
|
* @param bufferSizeContribution For instances whose {@link Allocator} maintains a pool of memory
|
||||||
* for the purpose of satisfying allocation requests, this is a hint indicating the loader's
|
* for the purpose of satisfying allocation requests, this is a hint indicating the loader's
|
||||||
* desired contribution to the size of the pool, in bytes.
|
* desired contribution to the size of the pool, in bytes.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue