framerateNumerator property

int? framerateNumerator
final

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

Implementation

final int? framerateNumerator;