PixaDecoderCapabilities constructor
const
PixaDecoderCapabilities({
- required bool metadataProbe,
- required bool staticDecode,
- required bool animatedDecode,
- required bool progressiveDecode,
- required bool regionDecode,
- required bool processorInput,
- required bool streamingInput,
- required bool defaultRuntimeDisplay,
- required bool zeroCopyInput,
- required bool ownedOutputBuffers,
- 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,
});