yBuffer property
For YUV data, the pointer to the Y buffer; for RGBA data, the data buffer.
Implementation
@JsonKey(name: 'yBuffer', ignore: true)
final Uint8List? yBuffer;
For YUV data, the pointer to the Y buffer; for RGBA data, the data buffer.
@JsonKey(name: 'yBuffer', ignore: true)
final Uint8List? yBuffer;