nn::jpeg::CTR::JpegMpDecoder::GetMpImageUidListSize Member Function#include <nn/jpeg.h>
static size_t GetMpImageUidListSize(
const MpIndex * pIndex
);
| Name | Description | |
|---|---|---|
| in | pIndex | Specifies the MP Index IFD. To get this ahead of time, use the GetMpIndex function. |
0 on failure. Gets the size in bytes of the individual unique image ID list. This size is included in the MP Index IFD.
The individual unique image ID list is an MP Format option tag and cannot be obtained for all images. The size per each single list element is MP_IMAGE_UID_SIZE (33) bytes. Use the GetMpImageUidListOffset function to get the byte offset to the list.
CONFIDENTIAL