videoFps property

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

视频帧率,单位为 fps。

Implementation

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