uStride property

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

For YUV data, the line span of the U buffer; for RGBA data, the value is 0. When dealing with video data, it is necessary to process the offset between each line of pixel data based on this parameter, otherwise it may result in image distortion.

Implementation

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