PatchbayCaptureResultWire constructor
const
PatchbayCaptureResultWire({
- required String outcome,
- required PatchbayFactSourceWire source,
- required PatchbayCaptureTargetWire target,
- required String? targetId,
- required int? generation,
- required int width,
- required int height,
- required num pixelRatio,
- required String pixelFormat,
- required String capturedAt,
- required int requestedFrames,
- required int observedFrames,
- required int maxPixels,
- required int maxBytes,
- required List<
PatchbayCaptureWarningWire> warnings, - required PatchbayBlobMetadataWire blob,
Creates a fully validated wire value.
Implementation
const PatchbayCaptureResultWire({
required this.outcome,
required this.source,
required this.target,
required this.targetId,
required this.generation,
required this.width,
required this.height,
required this.pixelRatio,
required this.pixelFormat,
required this.capturedAt,
required this.requestedFrames,
required this.observedFrames,
required this.maxPixels,
required this.maxBytes,
required this.warnings,
required this.blob,
});