ScalingSettings

constructor(low: Int, high: Int)

Creates settings to enable quality based scaling.

Parameters

low

Average QP at which to scale up the resolution.

high

Average QP at which to scale down the resolution.


constructor(on: Boolean)

Deprecated

Creates quality based scaling setting.

Parameters

on

True if quality scaling is turned on.


constructor(on: Boolean, low: Int, high: Int)

Deprecated

Creates quality based scaling settings with custom thresholds.

Parameters

on

True if quality scaling is turned on.

low

Average QP at which to scale up the resolution.

high

Average QP at which to scale down the resolution.