OutputGroup constructor

OutputGroup({
  1. AutomatedEncodingSettings? automatedEncodingSettings,
  2. String? customName,
  3. String? name,
  4. OutputGroupSettings? outputGroupSettings,
  5. List<Output>? outputs,
})

Implementation

OutputGroup({
  this.automatedEncodingSettings,
  this.customName,
  this.name,
  this.outputGroupSettings,
  this.outputs,
});