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