fps property

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

视频帧的帧率。默认值为 15。

Implementation

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