vBuffer property

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

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;