x property

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

The x coordinate (pixel) of the host's video on the output video frame (taking the upper left corner of the video frame as the origin). The value range is 0, width, where width is the width set in LiveTranscoding.

Implementation

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