frameRate property Null safety

VideoFrameRate? frameRate
@JsonKey(includeIfNull: false), read / write

视频编码的帧率(fps),默认值为 15。用户可以自行设置帧率,也可以在 VideoFrameRate 直接选择想要的帧率。建议不要超过 30 帧。

Implementation

@JsonKey(includeIfNull: false)
VideoFrameRate? frameRate;