BLImageCodecVirt

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

createDecoder
BLResult function(const(BLImageCodecImpl)* impl, BLImageDecoderCore* dst) createDecoder;
Undocumented in source.
createEncoder
BLResult function(const(BLImageCodecImpl)* impl, BLImageEncoderCore* dst) createEncoder;
Undocumented in source.
destroy
BLResult function(BLImageCodecImpl* impl) destroy;
Undocumented in source.
inspectData
uint function(const(BLImageCodecImpl)* impl, const(ubyte)* data, size_t size) inspectData;
Undocumented in source.

Meta