declaredFps property

double? declaredFps
final

The frame rate the container declares, or null when it declares none or declares it unknown (0/0). Read fps instead of this: it falls back to the derived rate.

Implementation

final double? declaredFps;