yBuffer property

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

For YUV data, the pointer to the Y buffer; for RGBA data, the data buffer.

Implementation

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