height property

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

视频帧的高度(px)。默认值为 540.

Implementation

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