vBuffer property
For YUV data, the pointer to the V buffer; for RGBA data, the value is 0.
Implementation
@JsonKey(name: 'vBuffer', ignore: true)
final Uint8List? vBuffer;
For YUV data, the pointer to the V buffer; for RGBA data, the value is 0.
@JsonKey(name: 'vBuffer', ignore: true)
final Uint8List? vBuffer;