regulatedCaptureFrameRate property

  1. @JsonKey(name: 'regulatedCaptureFrameRate')
int? regulatedCaptureFrameRate
final

The frame rate (fps) adjusted by the built-in video capture adapter (regulator) of the SDK for capturing the local video stream. The regulator adjusts the frame rate of the video captured by the camera according to the video encoding configuration.

Implementation

@JsonKey(name: 'regulatedCaptureFrameRate')
final int? regulatedCaptureFrameRate;