rateControlMode property

String? rateControlMode
getter/setter pair

Specify the rate_control_mode.

The default is "vbr". Supported rate control modes: - 'vbr' - variable bitrate - 'crf' - constant rate factor

Implementation

core.String? rateControlMode;