captureFrameRate property

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

本地视频采集帧率 (fps)。

Implementation

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