minFrameRate property
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;
The minimum video encoder frame rate (fps). The default value is VideoFrameRate.Min (the SDK uses the lowest encoder frame rate).
@JsonKey(includeIfNull: false)
VideoFrameRate? minFrameRate;