nn::jpeg::CTR::JpegMpDecoder::GetMpIndividualNum Member Function#include <nn/jpeg.h>
static bool GetMpIndividualNum(
u32 * pBuffer,
const MpAttribute * pAttr
);
| Name | Description | |
|---|---|---|
| out | pBuffer | Specifies the buffer storing the individual image number. |
| in | pAttr | Specifies the MP Attribute IFD. To get this ahead of time, use the GetMpAttribute function. |
true on success. Returns false on failure. Gets the individual image number, which is included in the MP Attribute IFD.
CONFIDENTIAL