frameRateLimit property Null safety

int frameRateLimit

Maximum output framerate in fps. If an EncodingInterval is provided the resulting encoded framerate will be reduced by the given factor.

Implementation

int get frameRateLimit => int.parse(xmlFrameRateLimit['\$']);