frameRate property

  1. @JsonKey(includeIfNull: false)
VideoFrameRate? frameRate
getter/setter pair

The video frame rate (fps). The default value is 15. You can either set the frame rate manually or choose from VideoFrameRate. We do not recommend setting this to a value greater than 30.

Implementation

@JsonKey(includeIfNull: false)
VideoFrameRate? frameRate;