minFrameRate property

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

The minimum encoding frame rate of the video. The default value is -1.

Implementation

@JsonKey(includeIfNull: false)
VideoFrameRate? minFrameRate;