[]
Returns the number of extra layers to add after the optimization point 'n', but before optimization point 'n+1'. If there is no optimization point 'n+1' then they should be added before the overall target bitrate.
public virtual int getExtraLayers(int n)
Type | Name | Description |
---|---|---|
int | n | The optimization point index (starts at 0). |
Type | Description |
---|---|
int | The number of extra (unoptimized) layers to add after the optimization point 'n' |