width property

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

视频帧的宽度(px)。默认值为 960。

Implementation

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