Namespace: Rx::Codec – Class: CDng – Header: Rx.Codec/Dng.h

CDng::Decode Method

C++
virtual void Decode(CRxImage& xTrgImg, const Rx::IMemoryAccess* pSrcMem)

Decodes the data in the given memory and stores the result in the given image.

Parameters

[CRxImage&] xTrgImg

[out] The decodec image.

[const Rx::IMemoryAccess*] pSrcMem

The encodec memory.