DiveVideoInfo constructor

DiveVideoInfo({
  1. String? graphicsModule,
  2. DiveCoreFPS? fps,
  3. DiveCoreResolution? baseResolution,
  4. DiveCoreResolution? outputResolution,
  5. DiveVideoFormat? outputFormat,
  6. int? adapter,
  7. bool? gpuConversion,
  8. int? colorspace,
  9. int? range,
  10. int? scaleType,
})

Implementation

DiveVideoInfo({
  this.graphicsModule,
  this.fps,
  this.baseResolution,
  this.outputResolution,
  this.outputFormat,
  this.adapter,
  this.gpuConversion,
  this.colorspace,
  this.range,
  this.scaleType,
});