framesPerSecond property

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

每秒的视频帧数。 当该参数不为 0 时,你可以用它计算外部编码视频帧的 Unix 时间戳。

Implementation

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