framerateDenominator property

int? framerateDenominator
final

The bottom of the fraction that expresses your overlay frame rate. For example, if your frame rate is 24 fps, set this value to 1.

Implementation

final int? framerateDenominator;