y property

  1. @JsonKey(includeIfNull: false)
int? y
getter/setter pair

The y 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, height, where height is the LiveTranscoding height set in .

Implementation

@JsonKey(includeIfNull: false)
int? y;