fps property

  1. @JsonKey.new(name: 'fps')
int? fps
final

视频帧率,取值范围为 1,30。默认值为 1。

Implementation

@JsonKey(name: 'fps')
final int? fps;