minFrameRate property
- @JsonKey.new(includeIfNull: false)
getter/setter pair
The minimum encoding frame rate of the video. The default value is -1.
Implementation
@JsonKey(includeIfNull: false)
VideoFrameRate? minFrameRate;
The minimum encoding frame rate of the video. The default value is -1.
@JsonKey(includeIfNull: false)
VideoFrameRate? minFrameRate;