PixaDecoderCapabilities constructor

const PixaDecoderCapabilities({
  1. required bool metadataProbe,
  2. required bool staticDecode,
  3. required bool animatedDecode,
  4. required bool progressiveDecode,
  5. required bool regionDecode,
  6. required bool processorInput,
  7. required bool streamingInput,
  8. required bool defaultRuntimeDisplay,
  9. required bool zeroCopyInput,
  10. required bool ownedOutputBuffers,
  11. required bool stable,
})

Creates an explicit decoder capability contract.

Implementation

const PixaDecoderCapabilities({
  required this.metadataProbe,
  required this.staticDecode,
  required this.animatedDecode,
  required this.progressiveDecode,
  required this.regionDecode,
  required this.processorInput,
  required this.streamingInput,
  required this.defaultRuntimeDisplay,
  required this.zeroCopyInput,
  required this.ownedOutputBuffers,
  required this.stable,
});