height property

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

传入视频帧的高度。

Implementation

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