fps property

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

当前视频帧率(fps)。

Implementation

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