x property

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

图片在视频画面上的 x 坐标 (px),以输出视频画面的左上角为原点。

Implementation

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