x property

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

X-coordinate (px) of the sub-video stream on the mixing canvas. The relative lateral displacement of the top left corner of the video for video mixing to the origin (the top left corner of the canvas).

Implementation

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