frameRate property

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

The frame rate (fps) of the encoding video frame. The default value is 15. See VideoFrameRate . The frame rate (fps) of the encoding video frame. The default value is 15. See VideoFrameRate .

Implementation

@JsonKey(includeIfNull: false)
VideoFrameRate? frameRate;