minFrameRate property

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

The minimum video encoder frame rate (fps). The default value is VideoFrameRate.Min (the SDK uses the lowest encoder frame rate).

Implementation

@JsonKey(includeIfNull: false)
VideoFrameRate? minFrameRate;