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 unique ID list for individual images. This size is included in the MP Index IFD.
The unique ID list for individual images is an MP format option tag and cannot necessarily be obtained for all images. The size per each single list element is IMAGE_UID_SIZE (33) bytes. Use the GetMpImageUidListOffset function to get the byte offset to the list.
CONFIDENTIAL