framerateNumerator property

int framerateNumerator
final

The framerate numerator. For example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.

Implementation

final int framerateNumerator;