compressQuality property

int? compressQuality
getter/setter pair

Set the quality in the compression process. By default, all captures go through compression.

The value must be between 80 and 100, where 100 is the highest compression quality.

The default compress quality is 90.

Implementation

int? compressQuality;