Namespace: Rx::Codec – Class: IImageCodec – Header: Rx.Codec/IImageCodec.h

IImageCodec::Encode Method

C++
virtual void Encode(Rx::IMemory* pTrgMem, const CRxImage& xSrcImg)

Encodes the given image and stores the encoded data in the given memory.

Parameters

[Rx::IMemory*] pTrgMem

[out] The encoded memory.

[const CRxImage&] xSrcImg

The image.