PixaDecoderCapabilities.dartBytes constructor
const
PixaDecoderCapabilities.dartBytes({})
Explicit Dart decoder defaults for opt-in non-default plugin paths.
Implementation
const PixaDecoderCapabilities.dartBytes({
this.metadataProbe = false,
this.staticDecode = true,
this.animatedDecode = false,
this.progressiveDecode = false,
this.regionDecode = false,
this.processorInput = false,
this.streamingInput = false,
this.defaultRuntimeDisplay = false,
this.stable = true,
}) : zeroCopyInput = false,
ownedOutputBuffers = false;