uBuffer property
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;
For YUV data, the pointer to the U buffer; for RGBA data, the value is 0.
@JsonKey(name: 'uBuffer', ignore: true)
final Uint8List? uBuffer;