uBuffer property

  1. @JsonKey(name: 'uBuffer', ignore: true)
Uint8List? uBuffer
final

For YUV data, the pointer to the U buffer; for RGBA data, the value is 0.

Implementation

@JsonKey(name: 'uBuffer', ignore: true)
final Uint8List? uBuffer;