public static class VideoEncoder.BitrateAllocation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int[][] |
bitratesBbs |
| Constructor and Description |
|---|
BitrateAllocation(int[][] bitratesBbs)
Initializes the allocation with a two dimensional array of bitrates.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSum()
Gets the total bitrate allocated for all layers.
|