width property

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

视频流宽(像素)。

Implementation

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