FrameCaptureGroupSettings constructor

FrameCaptureGroupSettings({
  1. required OutputLocationRef destination,
})

Implementation

FrameCaptureGroupSettings({
  required this.destination,
});