[]
Adds a new optimization point, with target bitrate 'brate' and with 'elyrs' (unoptimized) extra layers after it. The target bitrate 'brate' must be larger than the previous optimization point. The arguments are checked and IllegalArgumentException is thrown if they are not correct.
public virtual void addOptPoint(float brate, int elyrs)
Type | Name | Description |
---|---|---|
float | brate | The target bitrate for the optimized layer. |
int | elyrs | The number of extra (unoptimized) layers to add after the optimized layer. |