PatchbayDecodedCapture constructor

const PatchbayDecodedCapture({
  1. required Uint8List bytes,
  2. required int width,
  3. required int height,
  4. required String pixelFormat,
  5. required int bytesPerPixel,
})

Implementation

const PatchbayDecodedCapture({
  required this.bytes,
  required this.width,
  required this.height,
  required this.pixelFormat,
  required this.bytesPerPixel,
});